Grant local permissions based on virtual member properties groups¶
As reviewer I can grant permissions based on member properties groups
Scenario: As reviewer I can grant permissions based on member properties groups
Given a user with the property 'usertype' = 'employee'
and a virtual group 'Employees' with the property 'usertype' = 'employee'
and a logged-in manager
When I grant the virtual group 'Employees' the 'Edit' permission on a folder
Given
- a user with the property ‘usertype’ = ‘employee’
- a virtual group ‘Employees’ with the property ‘usertype’ = ‘employee’
When
- I grant the virtual group the ‘edit’ permission on a folder.

Then
- the user can edit the folder.
