Why does an item disappear from the navigation when security is on?

0
On the screenshot below, the security of the app is off and I can navigate to the forum item. However, when I turn security on, it goes away. Why does this happen? Both admin and user have access to ‘forum’.
asked
1 answers
2

Security can be applied on many levels. For example:

If you open the forum page with a microflow, make sure to check the allowed roles for that microflow.

If you open the page directly, make sure to check the allowed roles for that page.

If the forum is in it's own module make sure that in Project Security under User Roles, for every role you have, you select the module roles that apply to that user role.

answered