fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16229] default assigned group on simplified


From: sigurdne
Subject: [Fmsystem-commits] [16229] default assigned group on simplified
Date: Thu, 2 Feb 2017 04:24:28 -0500 (EST)

Revision: 16229
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16229
Author:   sigurdne
Date:     2017-02-02 04:24:28 -0500 (Thu, 02 Feb 2017)
Log Message:
-----------
default assigned group on simplified

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

Modified: trunk/property/inc/class.uitts.inc.php
===================================================================
--- trunk/property/inc/class.uitts.inc.php      2017-02-01 18:31:43 UTC (rev 
16228)
+++ trunk/property/inc/class.uitts.inc.php      2017-02-02 09:24:28 UTC (rev 
16229)
@@ -1315,6 +1315,11 @@
                                        }
                                }
 
+                               if(empty($values['group_id']))
+                               {
+                                       $values['group_id'] = 
(isset($GLOBALS['phpgw_info']['user']['preferences']['property']['groupdefault'])
 ? $GLOBALS['phpgw_info']['user']['preferences']['property']['groupdefault'] : 
'');
+                               }
+
                                if (!$values['assignedto'] && 
!$values['group_id'])
                                {
                                        $_responsible = 
execMethod('property.boresponsible.get_responsible', $values);




reply via email to

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