some bug fixes
This commit is contained in:
parent
9fff19cd57
commit
121455ee70
5 changed files with 27 additions and 9 deletions
|
|
@ -201,6 +201,7 @@ If specified this will limit the list to a certain type of workflow based upon t
|
|||
=cut
|
||||
|
||||
sub getList {
|
||||
my $class = shift;
|
||||
my $session = shift;
|
||||
my $type = shift;
|
||||
my $sql = "select workflowId, title from Workflow";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue