plugin
plugin copied to clipboard
[Bug]: New Eloquent Model Dialog prefers vendor models
Bug description
The autocomplete for relations seems to prefer the Order model from the Filament tests over my actual Order model.
Plugin version
8.1.4.241
Operating system
Windows
Steps to reproduce
Inside a Filament App:
- Create Order Model
- Open "New Eloquent Model" dialog
- Click "Add New Relation"
- Try to autocomplete the name to
order_id
Relevant log output
No response
Hello. I made some improvements in ordering model classes for this window. I hope it will help.