Lists with ui.isHidden resolving to true - route can still be accessed in the admin UI
#8908
glennflanagan
started this conversation in
Feature requests
Replies: 2 comments 1 reply
-
|
I think this should be solved through the implementation of access rights |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
The problem now is many developers rely on this behaviour to retain functionality, while removing it from the primary navigation. Moving this to a feature request for now |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Reproduction steps
ui.isHiddenfunction set to resolve totrue. e.g.:http://localhost:3000/usersand observe that you are directed to the list page.Expected behaviour
Accessing the route of a list with
ui.isHiddenresolving totrueshould redirect the user back to the DashboardBeta Was this translation helpful? Give feedback.
All reactions