Complete
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Ievgen Stepanovych
Ievgen StepanovychReporter
Damian Szidiropulosz
Damian SzidiropuloszLabels
Time remaining
0m
Components
Fix versions
Affects versions
Priority
Katalon Platform
Katalon Platform
Created May 24, 2021 at 4:51 PM
Updated July 6, 2022 at 9:01 PM
Resolved July 23, 2021 at 6:11 AM
Unix Permissions Screen: https://xd.adobe.com/view/285bc415-335a-4aff-b632-3e9c6ab7e179-7d08/screen/06250a7b-765e-4bed-bc28-57ab965094df
ACL Screen: https://xd.adobe.com/view/285bc415-335a-4aff-b632-3e9c6ab7e179-7d08/screen/d629a09e-fe21-4ed6-9def-906e885858d8
Background information
There are two types of ACLs: POSIX and NFS. Sometimes ACLs are simple enough to map to standard unix permissions. In this case, filesystem.getacl returns is_trivial = true and we use Unix Permissions Screen.
Otherwise we use a more advanced editor of which there are two types: one for NFS and one for POSIX. Both are already present in the system.
TODO:
Implement updated design and refactor code as needed.
See ViewPermissions for relatively recent implementation in this area.