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
There are cases where a user does not have a role assigned or has a READ ONLY role (or similar non-admin role) that does not allow a user to create a record. Currently, the Create Record button in the Records page is only visible to admin users, but it does not prevent access to the /reports/create route if a user goes to the URL directly or via a Create Record task card in the home page that links to the URL.
Two action items to accomplish this are:
Gate the route from non-admin users (could add a simple redirect in the create users page)
Add tooltip on the Home page Create Record task cards that reads: "You do not have permissions to create records, please reach out to your administrator for more assistance"
There are cases where a user does not have a role assigned or has a READ ONLY role (or similar non-admin role) that does not allow a user to create a record. Currently, the Create Record button in the Records page is only visible to admin users, but it does not prevent access to the
/reports/create
route if a user goes to the URL directly or via a Create Record task card in the home page that links to the URL.Two action items to accomplish this are:
Inspired by this Sentry error: https://recidiviz-inc.sentry.io/issues/4559224133/?environment=production&project=4504532096516096&query=is%3Aunresolved&referrer=issue-stream&stream_index=0
The text was updated successfully, but these errors were encountered: