Run on registration and alert on new user have been converted to a single workflow.
This commit is contained in:
parent
5956fce2f1
commit
3e60294bb6
33 changed files with 315 additions and 50 deletions
|
|
@ -232,7 +232,9 @@ sub www_editSettings {
|
|||
-hoverHelp=>$i18n->get('118 description'),
|
||||
-value=>$session->setting->get("anonymousRegistration")
|
||||
);
|
||||
$tabform->getTab("user")->text(
|
||||
$tabform->getTab("user")->workflow(
|
||||
-none=>1,
|
||||
-type=>"WebGUI::User",
|
||||
-name=>"runOnRegistration",
|
||||
-label=>$i18n->get(559),
|
||||
-hoverHelp=>$i18n->get('559 description'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue