Added possibility to set notification for tasks (and of course notification templates)
Added two new events per tasks (new and update) Added possibility to send spontaneous emails Fixed various CS typos Set version to 3.6.3 fixes #77
This commit is contained in:
@@ -14,7 +14,7 @@ switch ($_POST["action"]) {
|
||||
$case = new PluginProcessmakerCase;
|
||||
if ($case->getFromGUID($resultCase->caseId)) {
|
||||
$link = $case->getLinkURL();
|
||||
$task = new PluginProcessmakerTask();
|
||||
$task = new PluginProcessmakerTask($_POST['itemtype'].'Task');
|
||||
|
||||
$task->getFromDBByRequest([
|
||||
'WHERE' => [
|
||||
|
||||
Reference in New Issue
Block a user