Closed (fixed)
Project:
Media Library Bulk Upload
Version:
1.0.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2025 at 16:39 UTC
Updated:
12 Nov 2025 at 07:19 UTC
Jump to comment: Most recent
Comments
Comment #3
dieterholvoet commentedComment #4
anybody@dieterholvoet I took the time to understand the changes made. This is a conflict with Drupal <= 10.2!
The change was made here: #3461352: RuntimeException: media_library.opener.bulk_upload must be an instance of Drupal\media_library\MediaLibraryOpenerInterface
And this is the core change record:
https://www.drupal.org/node/3457521
Sadly people forgot to remove Drupal < 10.3 support! So the correct solution would have been separate branches and removing Drupal < 10.3 support with this change. I'll do this now and also remove EOL Drupal versions!
Comment #6
anybody@Maintainer: I'd vote to do it the following way to fix Drupal <= 10.2 installations before we remove the compatibility in future releases:
1. Merge MR!7 and tag a new 1.0.3 release that is thereby fixes older installations. So that becomes the last working Drupal <= 10.2 release!
2. Directly after that release merge MR!9 and tag a new 1.0.4 release that won't be compatible with Drupal <= 10.2
and we're cleanly done here!
Comment #7
anybodyComment #8
grevil commentedLGTM!
Comment #9
anybody@maintainer: Please see #6!
Comment #14
anybodySolved as written in #6
Thank you all!