- Issue created by @ricovandevin
- Assigned to ricovandevin
- Status changed to Needs work
about 1 year ago 1:05pm 23 October 2023 - π³π±Netherlands ricovandevin
Started with the cardinality / max files. Actually inserting the newly uploaded files into the media library is still to be done.
- Status changed to Needs review
about 1 year ago 2:04pm 23 October 2023 - π³π±Netherlands ricovandevin
$resup_file_ids = explode(',', $input['resup']); $resup_file_id = reset($resup_file_ids);
The above piece of code from
\Drupal\file_resup\Form\FileFormAlterBase::fileValue()
is the reason that the widget does not insert multiple images, even if multiple images are upload in one go.The MR fixes both the cardinality / max files and the insertion of multiple images at once.
A patch of the MR is attached to this comment.
- Status changed to RTBC
about 1 year ago 6:17pm 8 November 2023 - πΊπΈUnited States Tim Bozeman
This is great ricovandevin. Thank you very much!
-
anrikun β
committed f35e7796 on 8.x-1.x authored by
ricovandevin β
Resolve #3394510 "Media library integration"
-
anrikun β
committed f35e7796 on 8.x-1.x authored by
ricovandevin β
- Status changed to Fixed
10 months ago 9:30pm 19 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.