Replies: 2 comments 1 reply
-
How did you add the route for import? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am also interested in a hint on how to add virtual / model-less resources exactly for the same purpose. |
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
-
We are working on an Import / Export feature for Resources.
The route we are trying to use is /admin/resource/import
After adding the Route, we get this error because we assume it is expecting /admin/resource/:id and it gets /admin/resource/import
If we add a skip_before_action in the Controller, it works. Is this the correct approach?
Controller
Beta Was this translation helpful? Give feedback.
All reactions