I changed the the List Participated when is executed the migrate-new-cases-lists
This commit is contained in:
@@ -1887,9 +1887,7 @@ class workspaceTools
|
|||||||
|
|
||||||
//Select data TO_DO OR DRAFT
|
//Select data TO_DO OR DRAFT
|
||||||
$inbCriteria = $appCache->getSelAllColumns();
|
$inbCriteria = $appCache->getSelAllColumns();
|
||||||
//$inbCriteria->add(AppCacheViewPeer::DEL_THREAD_STATUS, "OPEN", CRITERIA::EQUAL);
|
|
||||||
$inbCriteria->add(AppCacheViewPeer::APP_STATUS, "CANCELLED", CRITERIA::NOT_EQUAL);
|
$inbCriteria->add(AppCacheViewPeer::APP_STATUS, "CANCELLED", CRITERIA::NOT_EQUAL);
|
||||||
$inbCriteria->add(AppCacheViewPeer::APP_STATUS, "COMPLETED", CRITERIA::NOT_EQUAL);
|
|
||||||
$rsCriteria = AppCacheViewPeer::doSelectRS($inbCriteria);
|
$rsCriteria = AppCacheViewPeer::doSelectRS($inbCriteria);
|
||||||
$rsCriteria->setFetchmode(ResultSet::FETCHMODE_ASSOC);
|
$rsCriteria->setFetchmode(ResultSet::FETCHMODE_ASSOC);
|
||||||
//Insert new data LIST_INBOX
|
//Insert new data LIST_INBOX
|
||||||
@@ -1907,7 +1905,7 @@ class workspaceTools
|
|||||||
$listParticipatedHistory = new ListParticipatedHistory();
|
$listParticipatedHistory = new ListParticipatedHistory();
|
||||||
$listParticipatedHistory->create($row);
|
$listParticipatedHistory->create($row);
|
||||||
$listParticipatedLast = new ListParticipatedLast();
|
$listParticipatedLast = new ListParticipatedLast();
|
||||||
$listParticipatedLast->remove($row['APP_UID'], $row['USR_UID'],$row['DEL_INDEX']);
|
$listParticipatedLast->remove($row['APP_UID'], $row['USR_UID']);
|
||||||
$listParticipatedLast = new ListParticipatedLast();
|
$listParticipatedLast = new ListParticipatedLast();
|
||||||
$listParticipatedLast->create($row);
|
$listParticipatedLast->create($row);
|
||||||
$listParticipatedLast = new ListParticipatedLast();
|
$listParticipatedLast = new ListParticipatedLast();
|
||||||
|
|||||||
Reference in New Issue
Block a user