Open nevez opened 4 months ago
Thanks for reporting this. Please try to debug why/where this error happens. Ideally, you could submit a Pull Request to fix it. But it's fine if you don't do that. But please, debug this error to tell us where exactly is happening so we can fix it. Thanks.
I defined a DurationField like this:
If I set up a direct CRUD link in the menu to CRUD Controller that has a DurationField, the js file is loaded correctly, but when I reference the same entity in a CollectionField of another CRUD Controller, like this:
...the field is displayed with the correct template, but the js file's script tag is not included in the page.
EasyAdmin v4.9.4