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
|
|
@ -1,4 +1,6 @@
|
|||
6.99.0
|
||||
- Run on registration and alert on new user have been converted to a single
|
||||
workflow.
|
||||
- Many changes for better XHTML compliance.
|
||||
- Refactored admin bar to be more dynamic.
|
||||
- Added version tags menu to admin bar.
|
||||
|
|
|
|||
|
|
@ -243,6 +243,9 @@ sub addWorkflow {
|
|||
}, "pbworkflow000000000003");
|
||||
$activity = $workflow->addActivity("WebGUI::Workflow::Activity::CommitVersionTag", "pbwfactivity0000000006");
|
||||
$activity->set("title", "Commit Assets");
|
||||
$session->setting->remove("alertOnNewUser");
|
||||
$session->setting->remove("onNewUserAlertGroup");
|
||||
$session->setting->set("runOnRegistration","");
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue