Fixed issue with wrong task guid
fixes https://github.com/tomolimo/processmaker/issues/126
This commit is contained in:
@@ -3467,7 +3467,7 @@ debugger;
|
|||||||
// AND TAS_ASSIGN_TYPE='SELF_SERVICE';";
|
// AND TAS_ASSIGN_TYPE='SELF_SERVICE';";
|
||||||
$query = ['SELECT' => 'TAS_GROUP_VARIABLE',
|
$query = ['SELECT' => 'TAS_GROUP_VARIABLE',
|
||||||
'FROM' => 'TASK',
|
'FROM' => 'TASK',
|
||||||
'WHERE' => ['TAS_UID' => '$pmTaskId',
|
'WHERE' => ['TAS_UID' => $pmTaskId,
|
||||||
'TAS_ASSIGN_TYPE' => 'SELF_SERVICE']];
|
'TAS_ASSIGN_TYPE' => 'SELF_SERVICE']];
|
||||||
//$req = $PM_DB->query($query);
|
//$req = $PM_DB->query($query);
|
||||||
//$row = $PM_DB->fetchAssoc($req);
|
//$row = $PM_DB->fetchAssoc($req);
|
||||||
|
|||||||
@@ -41,7 +41,7 @@
|
|||||||
<compatibility>9.4</compatibility>
|
<compatibility>9.4</compatibility>
|
||||||
</version>
|
</version>
|
||||||
<version>
|
<version>
|
||||||
<num>4.0.3</num>
|
<num>4.0.4</num>
|
||||||
<compatibility>9.5</compatibility>
|
<compatibility>9.5</compatibility>
|
||||||
</version>
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
|
|||||||
Reference in New Issue
Block a user