-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Associatable search requests return 404 #6556
Comments
Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example) |
I have a
In Nova Complaint resource, I defined a Multiselect using https://github.com/outl1ne/nova-multiselect-field package:
The thing is, it works in v4.35.1 but its search for products in v4.35.2 uses this route: |
For additional context, someone posted this issue on the nova-multiselect-field package repo outl1ne/nova-multiselect-field#255 @crynobone |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
From this version, associatable search requests return 404.
For example,
nova-api/customer-complaints/associatable/products?search=beef&resourceId=
works in v4.35.1 but not in 4.35.2.The text was updated successfully, but these errors were encountered: