SolidOS / solid-ui

User Interface widgets and utilities for Solid
https://solidos.github.io/solid-ui/dist/solid-ui.js
MIT License
148 stars 41 forks source link

with owner a blocking alert on Write may be too much #416

Closed bourgeoa closed 3 years ago

bourgeoa commented 3 years ago

https://github.com/solid/solid-ui/pull/398 introduced in the sharing-pane : . ask for confirmation if there is no Control access (no "Owners") . display an alert if there is no Write access (no "Owners" and no "Editors") : the resource cannot be deleted and the ACL resource cannot be accessed.

With implementation of owner in NSS Write should not be needed to avoid a locking mechanism.

Proposal : replace blocking alert by asking confirmation that the user is aware that there is no Write on resources depending from that acl.