Remove content_moderation specific access check and replace with generic 'view revision' access check

This removes the content_moderation aware logic in the JSON:API EntityAccessChecker class. Now that we have a generic revision access mechanism in core, we should be able to just rely on a generic check for the view revision operation on the entity if it's not the default.

Closes #3035113

Merge request reports

Loading