fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15780] logistic: fix filter on project


From: sigurdne
Subject: [Fmsystem-commits] [15780] logistic: fix filter on project
Date: Sun, 2 Oct 2016 16:28:43 +0000 (UTC)

Revision: 15780
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15780
Author:   sigurdne
Date:     2016-10-02 16:28:43 +0000 (Sun, 02 Oct 2016)
Log Message:
-----------
logistic: fix filter on project

Modified Paths:
--------------
    trunk/logistic/inc/class.uiactivity.inc.php

Modified: trunk/logistic/inc/class.uiactivity.inc.php
===================================================================
--- trunk/logistic/inc/class.uiactivity.inc.php 2016-10-02 16:19:15 UTC (rev 
15779)
+++ trunk/logistic/inc/class.uiactivity.inc.php 2016-10-02 16:28:43 UTC (rev 
15780)
@@ -435,7 +435,7 @@
 
                        $accounts = 
$GLOBALS['phpgw']->acl->get_user_list_right(PHPGW_ACL_READ, 'run', 'logistic');
 
-                       $activities = $this->so->get(0, 0, 'name', true, '', 
'', array(), true);
+                       $activities = $this->so->get(0, 0, 'name', true, '', 
'', array('project' => $project_id), true);
 
                        if ($activity_id)
                        {




reply via email to

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