fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15416] More on helpdesk


From: sigurdne
Subject: [Fmsystem-commits] [15416] More on helpdesk
Date: Thu, 4 Aug 2016 07:23:10 +0000 (UTC)

Revision: 15416
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15416
Author:   sigurdne
Date:     2016-08-04 07:23:10 +0000 (Thu, 04 Aug 2016)
Log Message:
-----------
More on helpdesk

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

Modified: trunk/admin/inc/class.uiaccounts.inc.php
===================================================================
--- trunk/admin/inc/class.uiaccounts.inc.php    2016-08-04 01:25:30 UTC (rev 
15415)
+++ trunk/admin/inc/class.uiaccounts.inc.php    2016-08-04 07:23:10 UTC (rev 
15416)
@@ -699,6 +699,7 @@
                                'sms'                   => array('top_grant' => 
true),
                                'todo'                  => array('top_grant' => 
true),
                                'tts'                   => array('top_grant' => 
true),
+                               'helpdesk'              => array('top_grant' => 
true),
                        );
                        $GLOBALS['phpgw']->locations->verify($apps_with_acl);
 

Modified: trunk/helpdesk/inc/class.uitts.inc.php
===================================================================
--- trunk/helpdesk/inc/class.uitts.inc.php      2016-08-04 01:25:30 UTC (rev 
15415)
+++ trunk/helpdesk/inc/class.uitts.inc.php      2016-08-04 07:23:10 UTC (rev 
15416)
@@ -1895,7 +1895,7 @@
 
                        
$GLOBALS['phpgw']->xslttpl->add_file(array('user_id_select'), $xsl_rootdir);
 
-                       $users = 
$GLOBALS['phpgw']->acl->get_user_list_right(16, $this->acl_location, 
'helpdesk');
+                       $users = 
$GLOBALS['phpgw']->acl->get_user_list_right(PHPGW_ACL_EDIT, 
$this->acl_location, 'helpdesk');
                        $user_list = array();
                        $selected_found = false;
                        foreach ($users as $user)




reply via email to

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