Adding merge support for the Process Definition, Variables, Dynaforms, Input and output documents.
This commit is contained in:
@@ -1827,7 +1827,7 @@ class Processes
|
|||||||
$processVariables = new ProcessVariables();
|
$processVariables = new ProcessVariables();
|
||||||
$record = $value;
|
$record = $value;
|
||||||
if ($processVariables->Exists($record["VAR_UID"])) {
|
if ($processVariables->Exists($record["VAR_UID"])) {
|
||||||
$processVariables->up($record);
|
$processVariables->update($record);
|
||||||
} else {
|
} else {
|
||||||
$processVariables->create($record);
|
$processVariables->create($record);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user