plugin icon indicating copy to clipboard operation
plugin copied to clipboard

[Bug]: New Eloquent Model Dialog prefers vendor models

Open dev-idkwhoami opened this issue 1 year ago • 1 comments

Bug description

The autocomplete for relations seems to prefer the Order model from the Filament tests over my actual Order model.

image

Plugin version

8.1.4.241

Operating system

Windows

Steps to reproduce

Inside a Filament App:

  1. Create Order Model
  2. Open "New Eloquent Model" dialog
  3. Click "Add New Relation"
  4. Try to autocomplete the name to order_id

Relevant log output

No response

dev-idkwhoami avatar May 18 '24 15:05 dev-idkwhoami

Hello. I made some improvements in ordering model classes for this window. I hope it will help.

adelf avatar Jun 12 '24 09:06 adelf