- Issue created by @scott_earnest
- Merge request !24Issue #3487092: Drupal 11 compatibility fixes for gcontent_moderation β (Open) created by scott_earnest
- πΊπ¦Ukraine ruslan piskarov Kyiv, Ukraine
+ describing. We need a release for Drupal 11 as soon as possible.
Seems like most of the test failures currently are just due to the test submodule not being marked as D11 compatible - https://git.drupalcode.org/project/gcontent_moderation/-/blob/1.x/tests/...
- First commit to issue fork.
Thanks for the updates kalash :).
Looks like there might be a typo at https://git.drupalcode.org/project/gcontent_moderation/-/merge_requests/..., changing the decorates from gcontent_moderation to content_moderation?
- πΊπΈUnited States pcate
After applying the latest MR to the 3.x dev branch and runing the Upgrade Status module it shows the following issue:
File name: modules/contrib/gcontent_moderation/tests/modules/gcontent_moderation_test/src/GroupStateTransitionValidation.php Line: 96 Error: Call to deprecated method loadRevision() of interface Drupal\Core\Entity\EntityStorageInterface. Deprecated in drupal:10.1.0 and is removed from drupal:11.0.0. Use Drupal\Core\Entity\RevisionableStorageInterface::loadRevision instead.
So I think that's sorted out everything but the pipeline now fails on newly added PHP 8.4 tests, due to https://www.drupal.org/project/entity/issues/3494697 π PHP 8.4 compatibility Active from the entity module.