[Tickets #12405] Re: tag filtering does not work among shared task lists

noreply at bugs.horde.org noreply at bugs.horde.org
Mon Jun 24 15:34:41 UTC 2013


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12405
------------------------------------------------------------------------------
  Ticket             | 12405
  Updated By         | x.van_dessel at ieee.org
  Summary            | tag filtering does not work among shared task lists
  Queue              | Nag
  Version            | Git master
  Type               | Bug
  State              | Assigned
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             | Michael Rubinsky
------------------------------------------------------------------------------


x.van_dessel at ieee.org (2013-06-24 15:34) wrote:

Working patch (but to be evaluated by a specialist !!!):

In nag/lib/Search.php, arround line 164, replace
  array('user' => $GLOBALS['registry']->getAuth()) array('xuser' =>  
$GLOBALS['registry']->getAuth())

by

  array('xuser' => $GLOBALS['registry']->getAuth()) array('xuser' =>  
$GLOBALS['registry']->getAuth())

This has the following effect:
In the Nagger.php code, the search function will not find the 'user'  
value in the filter array, and thus it will not filter on the user.

Regards,

Xavier






More information about the bugs mailing list