Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set custom element values to strings on error (fix #1691)
These two elements are custom built in common/property-form-batch-edit.phtml and will POST arrays. The form knows about the elements via hidden inputs, which expect strings. If the form has an error, we must set the input values to empty strings or there will be errors.
- Loading branch information