fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [17208] revert multiselect


From: sigurdne
Subject: [Fmsystem-commits] [17208] revert multiselect
Date: Tue, 31 Oct 2017 09:00:44 -0400 (EDT)

Revision: 17208
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17208
Author:   sigurdne
Date:     2017-10-31 09:00:44 -0400 (Tue, 31 Oct 2017)
Log Message:
-----------
revert multiselect

Modified Paths:
--------------
    trunk/helpdesk/inc/class.uitts.inc.php

Modified: trunk/helpdesk/inc/class.uitts.inc.php
===================================================================
--- trunk/helpdesk/inc/class.uitts.inc.php      2017-10-30 15:26:58 UTC (rev 
17207)
+++ trunk/helpdesk/inc/class.uitts.inc.php      2017-10-31 13:00:44 UTC (rev 
17208)
@@ -764,10 +764,10 @@
                                        'name' => lang('my assigned tickets'),
                                        'selected'      => ((int)$this->user_id 
< 0  || (int)$filter_tts_assigned_to_me == 1) ? 1 : 0));
 
-//                             array_unshift($values_combo_box[4], array('id' 
=> '', 'name' => lang('assigned to')));
+                               array_unshift($values_combo_box[4], array('id' 
=> '', 'name' => lang('assigned to')));
                                $combos[] = array(
                                        'type' => 'filter',
-                                       'multiple'      => true,
+//                                     'multiple'      => true,
                                        'name' => 'user_id',
                                        'extra' => '',
                                        'text' => lang('assigned to'),




reply via email to

[Prev in Thread] Current Thread [Next in Thread]