Hello all,
I have a main menu with diferent items.
According the user login, have access to diferent options.
How can i do to hide a parent item when havent access to his children items???
Ex:
A
->A1
->A2
->…
B
->B1 …
user 1 havent access to A1,A2,… but on the menu appear A (A should hide)
Regards