This module causes a fatal error on cache rebuild when the patch from https://www.drupal.org/project/group/issues/2906085 is applied. This happens because the method in Drupal\jsonapi\Access\EntityAccessChecker::setLatestRevisionCheck() uses a Drupal\content_moderation\Access\LatestRevisionCheck object instead of the corresponding interface. This makes the method much more difficult to override. At a glance, it looks like using AccessInterface here should work fine. So I'm going to attach a patch that does that.
↧