BUG 7717 7421 -> related to DEL_PREVIOUS from APP_DELEGATION table, FIXED!
- fixed -> blame to girish commit 2e97a8
This commit is contained in:
@@ -1393,10 +1393,10 @@ class Cases {
|
||||
* @return void
|
||||
*/
|
||||
|
||||
function newAppDelegation($sProUid, $sAppUid, $sTasUid, $sUsrUid, $sPrevious, $iPriority, $sDelType, $iAppThreadIndex = 1) {
|
||||
function newAppDelegation($sProUid, $sAppUid, $sTasUid, $sUsrUid, $sPrevious, $iPriority, $sDelType, $iAppThreadIndex = 1, $nextDel=null) {
|
||||
try {
|
||||
$appDel = new AppDelegation();
|
||||
return $appDel->createAppDelegation($sProUid, $sAppUid, $sTasUid, $sUsrUid, $iAppThreadIndex, 3, false, $sPrevious );
|
||||
return $appDel->createAppDelegation($sProUid, $sAppUid, $sTasUid, $sUsrUid, $iAppThreadIndex, $iPriority, false, $sPrevious, $nextDel);
|
||||
}
|
||||
catch (exception $e) {
|
||||
throw ($e);
|
||||
|
||||
Reference in New Issue
Block a user