This question has been flagged
2 Replies
2188 Views

I have 2 users + admin. I want the HR to be visible to only the HR manager but everyone keep seeing it even when i set it otherwise.please help

Avatar
Discard

Hello you create new group for tab,that group assign on tab.Example : <xpath expr="//page[@string='HR Settings']" position="attributes"> [give group id]

Best Answer

Hello you create new group for tab,that group assign on tab.

Example :

<xpath expr="//page[@string='HR Settings']" position="attributes">

     <attribute name="groups">[give new group id]</attribute>
<xpath>

Avatar
Discard

hi where did you put this? got the same problem. i want to hide the parent menu for different user.

Best Answer

Every user will see the HR tab because they belong to the "Employee" group and therefor should be able to view at least their own timesheets.

If you want to make sure your employee's will never see anything on the HR tab, use Nirab Jani's example.

Avatar
Discard