Default display filter to resources

This commit is contained in:
Nathan Gray 2013-02-07 11:00:42 +00:00
parent 42e9efac87
commit 087ea097b6

View File

@ -127,6 +127,10 @@ class resources_ui
}
$content['nm']['options-filter']= array(''=>lang('all categories'))+(array)$this->bo->acl->get_cats(EGW_ACL_READ);
$content['nm']['options-filter2'] = resources_bo::$filter_options;
if(!$content['nm']['filter2'])
{
$content['nm']['filter2'] = key(resources_bo::$filter_options);
}
$config = config::read('resources');
if($config['history'])