BUG 9924 "Participated list only display TO_DO cases" SOLVED
- Participated list only display TO_DO cases - Solution to bug 9924 - It improved the list of cases (inbox, draft, participated, paused, advanced search) * Available from version 2.0.45
This commit is contained in:
@@ -507,7 +507,9 @@ class AppCacheView extends BaseAppCacheView
|
||||
$criteria->getNewCriterion(AppCacheViewPeer::PRO_UID, $aProcesses, Criteria::IN))
|
||||
);
|
||||
} else {
|
||||
$criteria->add(AppCacheViewPeer::PRO_UID, $aProcesses, Criteria::IN);
|
||||
if (count($aProcesses) > 0) {
|
||||
$criteria->add(AppCacheViewPeer::PRO_UID, $aProcesses, Criteria::IN);
|
||||
}
|
||||
}
|
||||
|
||||
//join with APP_DELAY table using APP_UID and DEL_INDEX
|
||||
|
||||
Reference in New Issue
Block a user