Description of the bug
Follow-up to Issue #440: Support "Multiple" attribute on file uploads.
Steps To Reproduce
- Create an image field that allows multiple images
- Make sure "Enable image browser" is clicked
- Open a node form with that field
- Open the image library ("Select existing file")
- Select multiple images
- Click on the insert button
Actual behavior
Although it was possible to select multiple images, only one image is actually inserted.
Inserting one by one still works fine.
Expected behavior
All selected images inserted to the field (of course, according to cardinality limits).
Additional information
The selection part works, and that also respects limits, only the insert part doesn't work.
Unrelated file upload also works fine, BTW.
I guess, we have to tweak dialogCloseEvent, but don't have the time right now to dig deeper.
Description of the bug
Follow-up to Issue #440: Support "Multiple" attribute on file uploads.
Steps To Reproduce
Actual behavior
Although it was possible to select multiple images, only one image is actually inserted.
Inserting one by one still works fine.
Expected behavior
All selected images inserted to the field (of course, according to cardinality limits).
Additional information
The selection part works, and that also respects limits, only the insert part doesn't work.
Unrelated file upload also works fine, BTW.
I guess, we have to tweak dialogCloseEvent, but don't have the time right now to dig deeper.