mostly working workflow
This commit is contained in:
parent
46c8e25e3a
commit
11cc18a5c3
8 changed files with 31 additions and 66 deletions
|
|
@ -88,6 +88,7 @@ sub getOperations {
|
|||
'setWorkingVersionTag' => 'WebGUI::Operation::VersionTag',
|
||||
'addWorkflow' => 'WebGUI::Operation::Workflow',
|
||||
'deleteWorkflow' => 'WebGUI::Operation::Workflow',
|
||||
'runWorkflow' => 'WebGUI::Operation::Workflow',
|
||||
'editWorkflowActivity' => 'WebGUI::Operation::Workflow',
|
||||
'editWorkflowActivitySave' => 'WebGUI::Operation::Workflow',
|
||||
'deleteWorkflowActivity' => 'WebGUI::Operation::Workflow',
|
||||
|
|
@ -99,7 +100,6 @@ sub getOperations {
|
|||
'editCronJob' => 'WebGUI::Operation::Cron',
|
||||
'editCronJobSave' => 'WebGUI::Operation::Cron',
|
||||
'deleteCronJob' => 'WebGUI::Operation::Cron',
|
||||
'spectre' => 'WebGUI::Operation::Spectre',
|
||||
'adminConsole' => 'WebGUI::Operation::Admin',
|
||||
'switchOffAdmin' => 'WebGUI::Operation::Admin',
|
||||
'switchOnAdmin' => 'WebGUI::Operation::Admin',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue