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
Hello:
I have seen that in '\admin\themes\default\collections\edit.php' there is a code line where a
html is declared, but unlike '\admin\themes\default\collections\add.php', this doesn't declare enctype="multipart/form-data". By which, if for example a plugin is used to load images in collections, it would be possible to load images the 1st time a collection is created (add.php), but not the subsequent times in which an existing collection is re-edited (edit. php).
I've solved this in my local version, by adding an enctype="multipart/form-data" to the in 'edit.php', as it appears in add.php, but it would be good in future versions this were contemplated.
Thank you
The text was updated successfully, but these errors were encountered:
Hello:
html is declared, but unlike '\admin\themes\default\collections\add.php', this doesn't declare enctype="multipart/form-data". By which, if for example a plugin is used to load images in collections, it would be possible to load images the 1st time a collection is created (add.php), but not the subsequent times in which an existing collection is re-edited (edit. php).I have seen that in '\admin\themes\default\collections\edit.php' there is a code line where a
I've solved this in my local version, by adding an enctype="multipart/form-data" to the in 'edit.php', as it appears in add.php, but it would be good in future versions this were contemplated.
Thank you
The text was updated successfully, but these errors were encountered: