- Issue created by @project update bot
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module → these changes make this module compatible with Drupal 11! 🎉
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #11-121090This patch was created using these packages:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.7
- palantirnet/drupal-rector: 0.20.1
- 🇺🇦Ukraine ruslan piskarov Kyiv, Ukraine
We need a D11 release as soon as possible. Could the author of the module create a new release?
- 🇫🇷France mitsuko
Hi,
I just tried the version 1.0.1 of this module with drupal core 11.0.9 with the Drupal Lenient Composer Plugin, the patch above and this one :
https://www.drupal.org/project/media_library_bulk_upload/issues/3461352 🐛 RuntimeException: media_library.opener.bulk_upload must be an instance of Drupal\media_library\MediaLibraryOpenerInterface RTBC
https://www.drupal.org/files/issues/2024-09-17/3461352-07.patch →The installation return this error :
In RouteProvider.php line 208:
Route "media_library.bulk_upload.settings" does not exist.and if I try to display the associated page (/admin/config/media/media-library-bulk-upload-config), the message error says :
ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in /var/www/html/web/modules/contrib/media_library_bulk_upload/src/Form/MediaLibraryBulkUploadSettingsForm.php on line 42 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 43 of core/lib/Drupal/Core/Form/ConfigFormBase.php).