multiple_upload
field doesn't allow delete
in update view.
#2190
Labels
multiple_upload
field doesn't allow delete
in update view.
#2190
Bug report
What I did
What I expected to happen
The
CRUD
field appears and works across CRUD.What happened
In
update
view, when you click the cross X beside the file name to mark it as delete, it doesn't work properly -- it doesn't trigger the relevant JS functions.What I've already tried to fix it
The problem happens to be in the view file:
Instead of merging, it skips loading of upload field init function when you have
wrapperAttributes
. So I manually add this two line into my code, and that avoid the bug -- yet I still think this is a bug.Backpack, Laravel, PHP, DB version
When I run
php artisan backpack:version
the output is:The text was updated successfully, but these errors were encountered: