- @guillaumeg opened merge request.
- First commit to issue fork.
- 🇦🇺Australia GuillaumeG
Patch updated with an adding control and rerolled with 9.5.x
By default LatestRevisionCheck access check returns AccessResult::forbidden if entity has not pending revisions. But it does not check if currently checking revision is published one i.e does not perform isDefaultRevisionPublished check. As a result we have 'No pending revision for moderated entity.' message. Latest version can be not only draft but also published one.
Add isDefaultRevisionPublished
check into core/modules/content_moderation/src/Access/LatestRevisionCheck.php.
Add tests
Closed: works as designed
9.5
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Patch updated with an adding control and rerolled with 9.5.x