backend scopes #781
-
I have model Person. And Controller People which shows all people (it is connected to backend People. Works perfectly But now I want to have separate list for Two groups (e.g. ladies and Gentleman). A want 2 side-menu buttons: Ladies and Gentleman. How to do this.
Then I created new controller Ladies which inherits Person Model, connect this to backend button - and works - shows all people And then I add |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
Show what you did in |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
but it doesn't enter scope at all:
|
Beta Was this translation helpful? Give feedback.
-
There is no such config (scopes:) in config_list.yaml You need to add it using |
Beta Was this translation helpful? Give feedback.
There is no such config (scopes:) in config_list.yaml
You need to add it using
listExtendQuery()
in your Ladies controller.