[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:08:05 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:08) wrote:
Further info:
- the link is located in the table rampage_tagged which stores the
combination of user_id, tag_id and object_id. By switching the user_id
in this table, I was able to get the other user to filter on it, but
then the other user could not.
- by duplicating the records in rampage_tagged, I managed to get both
users functionally filtering the correct records.
Hence, I see 2 possible solutions:
- the filtering code should NOT filter on the user_id, but rather on
the tag_id and object_id.
- the rampage code that inserts into the rampage_tagged table should
examine whether the object_id is in a shared task list, in which case
other users should get their record added.
I think the first solution is by far the best one. The second could be
a work-around one.
Xavier
More information about the bugs
mailing list