Merge branch 'master' of bitbucket.org:colosa/processmaker into PM-1278

This commit is contained in:
Luis Fernando Saisa Lopez
2015-01-28 17:06:33 -04:00
12 changed files with 27 additions and 14 deletions

View File

@@ -988,10 +988,11 @@ class Cases
if (isset($Fields["APP_STATUS"]) && $Fields["APP_STATUS"] == "COMPLETED") {
if (isset($Fields['CURRENT_USER_UID'])) {
$Fields['USR_UID'] = $Fields['CURRENT_USER_UID'];
/*This "list" code is discussed to operate with sub-processes. It should adjust the code for operation with sub-processes.
$listCompleted = new ListCompleted();
$listCompleted->create($Fields);
$listMyInbox = new ListMyInbox();
$listMyInbox->refresh($Fields);
$listMyInbox->refresh($Fields);*/
}
}
$oApp->update($Fields);