first round of changes to create the ui for building workflows, more to come
a few small bug fixes
This commit is contained in:
parent
18e24618e7
commit
6ee05b85af
12 changed files with 441 additions and 26 deletions
|
|
@ -77,6 +77,13 @@ Returns a hash reference containing operation and package names.
|
|||
|
||||
sub getOperations {
|
||||
return {
|
||||
'addWorkflow' => 'WebGUI::Operation::Workflow',
|
||||
'deleteWorkflow' => 'WebGUI::Operation::Workflow',
|
||||
'deleteWorkflowActivity' => 'WebGUI::Operation::Workflow',
|
||||
'addWorkflowSave' => 'WebGUI::Operation::Workflow',
|
||||
'editWorkflow' => 'WebGUI::Operation::Workflow',
|
||||
'editWorkflowSave' => 'WebGUI::Operation::Workflow',
|
||||
'manageWorkflows' => 'WebGUI::Operation::Workflow',
|
||||
'manageCron' => 'WebGUI::Operation::Cron',
|
||||
'editCronJob' => 'WebGUI::Operation::Cron',
|
||||
'editCronJobSave' => 'WebGUI::Operation::Cron',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue