- fix: deleting workflows did not delete related instances and crons
- Added a "run" link to the scheduler and the running workflows listings to aid in debugging workflow errors. - fix: profile fields not validated by WebGUI::User
This commit is contained in:
parent
7852441151
commit
90cb569bb5
9 changed files with 102 additions and 8 deletions
|
|
@ -1,6 +1,12 @@
|
|||
package WebGUI::i18n::English::Workflow;
|
||||
|
||||
our $I18N = {
|
||||
'run' => {
|
||||
message => q|Run|,
|
||||
context => q|Execute a workflow.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'show running workflows' => {
|
||||
message => q|Show running workflows.|,
|
||||
context => q|A label used to get to a display of running workflows.|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue