Merged in ronald-quentaprocessmaker/processmaker/HOR-1917 (pull request #4944)
HOR-1917
This commit is contained in:
@@ -3842,6 +3842,10 @@ function PMFSendMessageToGroup(
|
|||||||
|
|
||||||
$group->throwExceptionIfNotExistsGroup($groupId, '$groupId');
|
$group->throwExceptionIfNotExistsGroup($groupId, '$groupId');
|
||||||
|
|
||||||
|
if ($limit <= 0) {
|
||||||
|
throw new Exception(G::LoadTranslation('ID_INVALID_LIMIT'));
|
||||||
|
}
|
||||||
|
|
||||||
$arrayApplicationData = $case->getApplicationRecordByPk($caseId, ['$applicationUid' => '$caseId'], true);
|
$arrayApplicationData = $case->getApplicationRecordByPk($caseId, ['$applicationUid' => '$caseId'], true);
|
||||||
|
|
||||||
//Send mails
|
//Send mails
|
||||||
|
|||||||
Reference in New Issue
Block a user