BUG 10323 "Contador de unassigned no cuenta bien" SOLVED

- Not properly count cases in unassigned cases, using parallel fork in process
- Solved problem in count, in unassigned cases
* Available from version ProcessMaker-2.0.46
This commit is contained in:
Victor Saisa Lopez
2013-01-09 15:43:08 -04:00
parent 7fd5064ab2
commit d1c28c99de
2 changed files with 4 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ class AppCacheView extends BaseAppCacheView
break;
case 'selfservice':
$criteria = $this->getUnassignedCountCriteria($userUid);
$distinct = false;
break;
case 'paused':
$criteria = $this->getPausedCountCriteria($userUid);