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
Right now a user with access to table data can execute and run validations but cannot delete any which is rather strange. The only way to test the permission right now is thru testing "/project/{0}/table/{1}/analysis", "GET:GET/GET". It would be useful to test weather a user has access on "/project/{0}/table/analysis" so that the client does not have to test each validation individually. Consider the UI, knowing that user cannot do removals, the button will be hidden rather giving a permission denied message.
The text was updated successfully, but these errors were encountered:
Right now a user with access to table data can execute and run validations but cannot delete any which is rather strange. The only way to test the permission right now is thru testing "/project/{0}/table/{1}/analysis", "GET:GET/GET". It would be useful to test weather a user has access on "/project/{0}/table/analysis" so that the client does not have to test each validation individually. Consider the UI, knowing that user cannot do removals, the button will be hidden rather giving a permission denied message.
The text was updated successfully, but these errors were encountered: