mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +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);
|
||||
}
|
||||
|
||||
/* Get workflow from controller in case it was modified in a hook */
|
||||
$workflow = $controller->getParam('workflow');
|
||||
if($workflow && $settings->_enableNotificationWorkflow) {
|
||||
$subject = "request_workflow_action_email_subject";
|
||||
|
|
Loading…
Reference in New Issue
Block a user