From 1f21b3887606b40554420a70e510d11a0e4a4328 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Mon, 9 Jan 2012 09:36:17 +0000 Subject: [PATCH] add priority to the sel_options in case someone wants to display the priority as stand alone column --- infolog/inc/class.infolog_ui.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/infolog/inc/class.infolog_ui.inc.php b/infolog/inc/class.infolog_ui.inc.php index d07633247d..3397d16daf 100644 --- a/infolog/inc/class.infolog_ui.inc.php +++ b/infolog/inc/class.infolog_ui.inc.php @@ -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');