You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing an issue with belongsTo relationships in my Nova resources.
If I enable the searchable method on the belongsTo field, the filter box crashes, and I receive a console error.
These fields work fine when I want to create/update an item on the add/edit pages.
However, when I attempt to filter results on the index page, the filter box crashes, and I receive a console error.
Firstly, thank you for the quick action on this. I've updated nova to the latest version (v4.32.12). While there has been some improvement, the bug still persists.
As shown in the attached video, when I open a menu for the first time and select an item, I encounter difficulty switching to other menus. Sometimes it takes several clicks to register, and occasionally, I'm unable to type anything in the menu at all.
Description:
I'm facing an issue with
belongsTo
relationships in my Nova resources.If I enable the
searchable
method on thebelongsTo
field, the filter box crashes, and I receive a console error.These fields work fine when I want to
create
/update
an item on theadd
/edit
pages.However, when I attempt to filter results on the index page, the filter box crashes, and I receive a console error.
Reproduction Steps:
.env
file and set your database credentials (DB_DATABASE
,DB_USERNAME
,DB_PASSWORD
).env
file and set yourNOVA_LICENSE_KEY
composer install
[email protected]
password
console
tabArticle
resource and try to filter the results using theUser
/Category
filter.Related To: #6118
The text was updated successfully, but these errors were encountered: