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
* add the observer role and let observers download fw lite projects
* update FW lite to respect the user role
* update user and role info when fetching projects from the server
* make frontend respect the write feature
* don't return projects where the user is an observer from the legacy project api
* throw when trying to write to a readonly project. Ensure Role has the default value Editor.
* always show observer role for beta users
---------
Co-authored-by: Tim Haasdyk <tim_haasdyk@sil.org>
thrownewReadOnlyException($"project is readonly because you are logged in with the {ProjectData.Role} role. If your role recently changed, try refreshing the server project list on the home page.");
75
+
}
76
+
69
77
/// <summary>
70
78
/// use when making a large number of changes at once
0 commit comments