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:36:17 +00:00
parent 3ca9fe8b88
commit 1f21b38876

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');