Can a Tracker be Shared Between Different Groups Independently ?
Hi,
I am trying to build a tracker that could be used independently by users of different groups. By this, I mean that users of each group could create, update and delete items without seeing items created by users of the other groups... as this can be achieved in some database system with the row-level security feature.
I tried different configurations within the tracker properties but i did not manage to find the solution.
Newbie that I am, I am wondering if the only solution would be to use the PlugingTrackerList with the parameter view set to group, as specified under the option Group can see their own items inside the Permission section of the Tracker's properties => No extra permission is needed at the tracker permissions level to allow a group of users to see just their own items through Plugin TrackerList with the param view=group.
But unfortunately, when I use the PlugingTrackerList with this setting, it raises a db error saying : Unknown column 'ttif$i.value' in 'where clause' .