PMCORE-3092
This commit is contained in:
@@ -1482,6 +1482,7 @@ class Derivation
|
||||
// Update the DelThreadStatus, the thread is ready for continue
|
||||
$appDelegation = AppDelegationPeer::retrieveByPK($newCase['APPLICATION'], $newCase['INDEX']);
|
||||
$appDelegation->setDelThreadStatus('OPEN');
|
||||
$appDelegation->setDelThreadStatusId(Delegation::$thread_status['OPEN']);
|
||||
$appDelegation->save();
|
||||
|
||||
// Create record in table APP_ASSIGN_SELF_SERVICE_VALUE
|
||||
|
||||
Reference in New Issue
Block a user