The current permission check on directory does not allow every users to write on the directory without being a member of a group.
The following snippet should allow to do that :
<permissions>
<permission name="Write">
<group>Everyone</group>
</permission>
</permissions>
- is required by
-
NXP-16772 Make the worklist persistent for standard users
- Resolved