forked from extern/egroupware
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(
|
$sel_options = array(
|
||||||
'info_type' => $this->bo->enums['type'],
|
'info_type' => $this->bo->enums['type'],
|
||||||
'pm_id' => array(lang('No project')),
|
'pm_id' => array(lang('No project')),
|
||||||
|
'info_priority' => $this->bo->enums['priority'],
|
||||||
);
|
);
|
||||||
|
|
||||||
egw_framework::validate_file('.','index','infolog');
|
egw_framework::validate_file('.','index','infolog');
|
||||||
|
Loading…
Reference in New Issue
Block a user