Replies: 1 comment
-
I figured out like that: And |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How could I add query string parameter when using AdminRoute and use that in AdminView type component? I need to do something like that: admin/edit/mymodel or admin/mymodel/edit/. I will invoke that route from another module.
Same as you are doing here: admin/collections/localizations/create when localizations is just our own collection.
Also, how I could get this parameter in CustomRouteWithDefaultTemplate for example?
Currently, I am just using localStorage, but it should be better way.
Beta Was this translation helpful? Give feedback.
All reactions