omeka / Documentation

Documentation and tutorials for theme and plugin developers
Other
6 stars 27 forks source link

Problem in '\collections\edit.php' form #42

Closed fedinx closed 6 years ago

fedinx commented 6 years ago

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

zerocrates commented 6 years ago

Hi @fedinx,

This repository is for issues and work on the developer documentation for Omeka only. For issues with the actual Omeka software itself, please file issues at https://github.com/omeka/Omeka instead,

fedinx commented 6 years ago

ok. Thanks