PMCORE-2822: CaseLink does not work for parallel task

remove console.log

fix parallel

fix parallel unassigned

fix CR notes
This commit is contained in:
Rodrigo Quelca
2021-01-29 18:05:29 +00:00
parent 5d9b16c942
commit 0fd8747be5
6 changed files with 106 additions and 5 deletions

View File

@@ -3,6 +3,7 @@
use Eusebiu\JavaScript\Facades\ScriptVariables;
use Illuminate\Support\Facades\View;
use ProcessMaker\Core\System;
use ProcessMaker\Model\Application;
$conf = new Configurations();
@@ -95,8 +96,9 @@ if (isset($_SESSION['__OPEN_APPLICATION_UID__'])) {
$openCaseIE = true;
$defaultOption = '../cases/open?APP_UID=' . $openAppUid . '&DEL_INDEX=' . $arrayDelIndex[0] . '&action=' . $action;
} else {
$appNumber = Application::getCaseNumber($openAppUid);
//We will to show the list: more than one thread
$defaultOption = '../cases/casesListExtJs?action=' . $action . '&openApplicationUid=' . $openAppUid;
$defaultOption = '../cases/casesListExtJs?action=' . $action . '&openApplicationUid=' . $appNumber;
}
} else {
if (isset($_GET['id'])) {