getgrav / getgrav/grav-plugin-admin
Handle `files` field types while processing form, not up front
Open
enhancement
- Dominant language
- PHP
- Stars
- 377
- Forks
- 225
- Avg merge
- 11h 51m
- Merged PRs (30d)
- 4
Description
Due to the upfront nature of the files processing, it's getting quite complicated and totally falls apart when trying to save files in a list field. The solution to this is probably to process files as the form fields are looped over and processed. This would require a pretty major rewrite for form file handling, so marking it as an enhancement. Perhaps for Grav 1.2
Contributor guide
Assessment
This issue has not been assessed yet.