- πΊπΈUnited States smustgrave
if ($entity_type_id == 'node') {
Won't this only fix it for nodes but what about media, blocks, or other entity types that can have revisions? - last update
8 months ago 29,723 pass
This issue was originally discovered by the revision log message field not showing when content moderation is enabled.
The issue stems from if a content type is created without revisions enabled, then content moderation is added, content moderation assumed revisions are enabled, and prevents enabling/disabling revisions, however it doesn't actually enable revisions.
Enable Node revisions when enabling moderation on nodes.
Needs work
9.5
Used to track the progress of issues reviewed by the Drupal Needs Review Queue Initiative.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
if ($entity_type_id == 'node') {
Won't this only fix it for nodes but what about media, blocks, or other entity types that can have revisions?