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
* adding readonly user initial commit
* adding read only boolean to profile
* access checks read only user
* place holder need to make sure read only users can only be viewers
* can only add user as viewer but front end does not get the error
* throws error but says added
* adding a todo
* shows success if user was added
* remove console logs
* dataset roles do not update after we add user, not sure what is wrong
* formatting
* add the read only users separately
* other auth for read only users
* return viewer for user in group that is readonly
* routes for enable/disable read only user
* ran codegen
* button toggle does not curently work
* fixing the logic to handle the action for enable/disable readonly users and update the users in store
* backend - prevent read only user from being an admin
* fix exception raise
* formatting
* Fixed test.
Problem was that the user_id was being removed from auth.user_ids when the user_ids was empty. Added a check to only try to remove user_id if user_id was in the list.
* disable read only user if user is an admin
* add set read only user method
to replace the enable and disable methods
* formatting
* adding new method
* using old action
* fixing using imported as name
* wrong backend method was being called for disable readonly
* using helper method now for chaning read only
unused back end methods removed from backend and corresponding front end
* fix package lock file
* ran codegen
* cannot make an admin a read only user
* read only user cannot create new dataset
read only user cannot add metadata definition or delete
* read only user cannot delete metadata definition
* cannot make admins read only, only need to check for admin
* wrong function call in service
can now make read only user regular user again
* fix problem with making a user read only ,then admin and it freezes
eliminate console log
* formatting
---------
Co-authored-by: Dipannita Dey <[email protected]>
0 commit comments