- Issue created by @Project Update Bot
- Status changed to Needs review
7 months ago 9:10pm 13 April 2024 This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) 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 or merging the MR, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-145706These packages were used to generate the fixes:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.10
- palantirnet/drupal-rector: 0.20.1
- First commit to issue fork.
- 🇫🇷France mitsuko
Hi,
I just try this module with a drupal 11 installation and this patch.
There is a bug when I use views formatter for my entity reference field which accept multiple values, only the first value is displayed.
(Views settings are OK, pagination's parameter is "display all values")I don't know if it's specific to Drupal 11 yet...
- 🇫🇷France dqd London | N.Y.C | Paris | Hamburg | Berlin
Not sure how experienced you are, so I hope you do not misunderstand, but if you read above the made changes, most of it is just regular version number changes and some required sidecar files and changes to make the project D11-"ready". But it does not mean automatically that there are not possible functions or methods or calls etc outdated and breaking with newer core versions. This will surely be worked on step by step. But before that you should make sure if this is the reason for your issue. A backtrace and core version, php version etc. would be helpful.