mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-23 14:28:45 +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
3ca9fe8b88
commit
1f21b38876
@ -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