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
Because menu tree is built based on mapped resources the current implmentation will not allow the following features:
Add two or more menu entries for same resource
For example, it's a common use case to have two menus that references the same resource but will redirect to a filtered list like this:
@TCM5 What could be a use-case where you'd want to add more than one menu with the same resource name? The name prop in <Resource>, by react-admin's design, is supposed to be unique as it is responsible for the app's routing as well as determines the API Endpoint. Can you please help me with more details?
@TCM5 What could be a use-case where you'd want to add more than one menu with the same resource name? The name prop in <Resource>, by react-admin's design, is supposed to be unique as it is responsible for the app's routing as well as determines the API Endpoint. Can you please help me with more details?
Because menu tree is built based on mapped resources the current implmentation will not allow the following features:
For example, it's a common use case to have two menus that references the same resource but will redirect to a filtered list like this:
The text was updated successfully, but these errors were encountered: