mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
add priority to the sel_options in case someone wants to display the priority as stand alone column
This commit is contained in:
parent
b7babf5079
commit
01dfdbbe75
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user