- πΊπΈUnited States smustgrave
Since there hasn't been a follow up going to close for now.
If still an issue please reopen updating the issue summary with additional steps.
Thanks everyone!
In
#2902187: Provide a way for users to moderate content β
a UI was introduced which allows users to see the content that needs to be moderated. Basically revisions that are not published. And this was done with Views (if the module is enabled) or using the ModeratedNodeListBuilder
.
The Views approach works correctly, as it was tested. However, the list builder does not. The problem occurs when a draft is created after a node is already published (revision ahead of the published one). In this case, the draft revision is not listed, and it should.
The fix is quite simple: in the ModeratedNodeListBuilder::getEntityRevisionIds()
we need to add a latestRevision()
clause to the query.
None
None
None
Closed: cannot reproduce
11.0 π₯
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Since there hasn't been a follow up going to close for now.
If still an issue please reopen updating the issue summary with additional steps.
Thanks everyone!