add priority to the sel_options in case someone wants to display the priority as stand alone column

This commit is contained in:
Klaus Leithoff 2012-01-09 09:35:30 +00:00
parent b7babf5079
commit 01dfdbbe75

View File

@ -734,6 +734,7 @@ class infolog_ui
$sel_options = array(
'info_type' => $this->bo->enums['type'],
'pm_id' => array(lang('No project')),
'info_priority' => $this->bo->enums['priority'],
);
egw_framework::validate_file('.','index','infolog');