BUG 11283 Simplified Interface not reflecting minutes SOLVED

- When this mode user experience, doesn't displays the date.
- Validation casesList settings configuration  for user experience.
This commit is contained in:
Hector Cortez
2013-07-25 11:14:29 -04:00
parent 4fa6c72570
commit 8664e0ac97
2 changed files with 10 additions and 9 deletions

View File

@@ -320,7 +320,7 @@ class Home extends Controller
break;
}
$cases = $apps->getAll( $user, $start, $limit, $type, $filter, $search, $process, $status, $type, $dateFrom, $dateTo, $callback, $dir, $sort, $category);
$cases = $apps->getAll( $user, $start, $limit, $type, $filter, $search, $process, $status, $type, $dateFrom, $dateTo, $callback, $dir, $sort, $category, false);
// formating & complitting apps data with 'Notes'
foreach ($cases['data'] as $i => $row) {