Skip to content

Content Moderation query errors when used with Workspaces. Issues: #3179199 and #3132022

When publishing a workspace, content moderation should check for content not in a published workflow state. However:

  • Don't execute query if there are no workflows with default revisions, which causes a fatal sql error.
  • Query for default revision IDs for the entity type in the tracking table. So revisions IDs from other entity types do not prevent publication.

Closes #3179199 Closes #3132022

Merge request reports