Hello,
I have a navigation menu, with certain entries that should only be displayed if the current user has some specific permissions.
I am using a base template, that contains the navigation menu, and it works well enough.
Now, I don’t want to write for each view, to update this menu, so I can write a function, and call this function in each view. Is this the best way ?
Thanks for your help.