03-27-2020, 02:58 PM
In my case, I had to put the user in a group, which has permission to the project.
I also needed to set the access level to be high. Not sure it's a good idea, though.
Code:
<rules>
<rule group="project" code="my_project" access="allow"/>
<rule group="builtin" default="deny"/>
<rule group="builtin" key="view_side_bar" access="allow"/>
</rules>
I also needed to set the access level to be high. Not sure it's a good idea, though.