InlineCreate Operation -> error with the select field of type relationship #365
Replies: 3 comments 2 replies
-
@ceeckhout hey there 👋 Sorry for late reply. Hope you already figured out from the docs https://backpackforlaravel.com/docs/5.x/crud-fields#create-related-entries-in-a-modal-using-the-inlinecreate-operati If you don't specify nothing in the Alternativelly you can directly provide the Let me know if I can help you with something else. Cheers |
Beta Was this translation helpful? Give feedback.
-
@pxpm Hello. I tried to use inline create but I got some errors here is my code: model:
|
Beta Was this translation helpful? Give feedback.
-
Due to not activity, I will close this issue, but please feel free to re-open or create a new one if needed. Cheers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use a InlineCreate Operation next to the select field 'specification'. But when the InlineCreate Operation is implemented, the select field doesn't work anymore -> get 404 error page with the next message "The route admin/product/fetch/specification could not be found."
CRUD::field('specification') ->type('relationship'); ->inline_create(true);
Anyone have an idea how I can solve this?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions