fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15568] limit candidates


From: sigurdne
Subject: [Fmsystem-commits] [15568] limit candidates
Date: Fri, 2 Sep 2016 13:39:23 +0000 (UTC)

Revision: 15568
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15568
Author:   sigurdne
Date:     2016-09-02 13:39:23 +0000 (Fri, 02 Sep 2016)
Log Message:
-----------
limit candidates

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

Modified: trunk/helpdesk/inc/class.uitts.inc.php
===================================================================
--- trunk/helpdesk/inc/class.uitts.inc.php      2016-09-02 11:39:37 UTC (rev 
15567)
+++ trunk/helpdesk/inc/class.uitts.inc.php      2016-09-02 13:39:23 UTC (rev 
15568)
@@ -312,13 +312,13 @@
 
                        foreach($name_temp as $_key => $_name)
                        {
-                               array_push($name,$_key);                        
+                               array_push($name,$_key);
                        }
 
 
                        foreach($descr_temp as $_key => $_name)
                        {
-                               array_push($descr,$_name);                      
+                               array_push($descr,$_name);
                        }
 
                        if($this->_show_finnish_date)
@@ -395,7 +395,7 @@
                        }
                        else
                        {
-                               return lang('delete failed');                   
+                               return lang('delete failed');
                        }
                }
 
@@ -586,7 +586,8 @@
 
                                $filter_tts_assigned_to_me = 
$GLOBALS['phpgw_info']['user']['preferences']['helpdesk']['tts_assigned_to_me'];
 
-                               $values_combo_box[4] = 
$this->bocommon->get_user_list_right2('filter', PHPGW_ACL_EDIT, $this->user_id, 
$this->acl_location);
+                               $values_combo_box[4] = 
$this->_get_user_list($this->user_id);
+
                                array_unshift($values_combo_box[4], array(
                                        'id' => -1 * 
$GLOBALS['phpgw_info']['user']['account_id'],
                                        'name' => lang('my assigned tickets'),




reply via email to

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