You are not logged in.
Pages: 1
hello,
I have a group structure like this:
- PARENT_GROUP
-- CHILD_GROUP
and a user user who is member of PARENT_GROUP
When a ticket is assigned to CHILD_GROUP my user cannot see the ticket.
Why?
Offline
Ok I think I solved by myself.
Looks like GLPI loads into session variable only groups which user is direct member and make queries only taking in account this session variable.
So I extended the behavior plugin and made a pull request (PR #123 of yllen/behaviors).
Offline
Pages: 1