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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user