You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user's workspace role is updated, and the user is logged-in, the corresponding workspace mountpoint should be re-mounted in order to have the right flags: RW or RO. This is valid for both Linux and Windows.
Specifically, the re-mount is required on these role changes:
There can be open files in the workspace, potentially with non-saved changes, so the app should probably detect and/or ask the user before the remount.
Related to #9229.
When the user's workspace role is updated, and the user is logged-in, the corresponding workspace mountpoint should be re-mounted in order to have the right flags:
RW
orRO
. This is valid for both Linux and Windows.Specifically, the re-mount is required on these role changes:
OWNER
|MANAGER
|CONTRIBUTOR
--->READER
-
READER
--->OWNER
|MANAGER
|CONTRIBUTOR
In principle, since the GUI receives an event on role changes, the re-mount could be implemented at GUI/app-level without chaning libparsec.
The text was updated successfully, but these errors were encountered: