mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 21:51:32 +00:00
just a comment why the workflow is taken from the controller
This commit is contained in:
parent
6dfe43a4c4
commit
27aefc26c9
|
@ -805,6 +805,7 @@ switch($command) {
|
||||||
$notifier->toGroup($user, $grp, $subject, $message, $params, SeedDMS_NotificationService::RECV_NOTIFICATION);
|
$notifier->toGroup($user, $grp, $subject, $message, $params, SeedDMS_NotificationService::RECV_NOTIFICATION);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Get workflow from controller in case it was modified in a hook */
|
||||||
$workflow = $controller->getParam('workflow');
|
$workflow = $controller->getParam('workflow');
|
||||||
if($workflow && $settings->_enableNotificationWorkflow) {
|
if($workflow && $settings->_enableNotificationWorkflow) {
|
||||||
$subject = "request_workflow_action_email_subject";
|
$subject = "request_workflow_action_email_subject";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user