changed the old isSerial to isSingleton and created a new isSerial that would do what you'd expect
This commit is contained in:
parent
5a59c41771
commit
b43cb6aaeb
6 changed files with 40 additions and 6 deletions
|
|
@ -197,6 +197,13 @@ sub www_editWorkflow {
|
|||
label=>$i18n->get("is enabled"),
|
||||
hoverHelp=>$i18n->get("is enabled help")
|
||||
);
|
||||
$f->yesNo(
|
||||
name=>"isSingleton",
|
||||
value=>$workflow->get("isSingleton"),
|
||||
defaultValue=>0,
|
||||
label=>$i18n->get("is singleton"),
|
||||
hoverHelp=>$i18n->get("is singleton help")
|
||||
);
|
||||
$f->yesNo(
|
||||
name=>"isSerial",
|
||||
value=>$workflow->get("isSerial"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue