Closed (works as designed)
Project:
Drupal core
Version:
8.6.x-dev
Component:
content_moderation.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 May 2018 at 20:42 UTC
Updated:
5 Jun 2019 at 19:55 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
hawkeye.twolfThanks, Jody! Very helpful. I added two pieces that others might find useful:
In my export you'll also notice I have the exposed "moderation state" filter grouped; that's 'cause I needed to set up multiple workflows (due to the issue I outlined in a blog post)
Comment #4
mfernea commentedI ran into the same issue, but I discovered that content_moderation module now contains such a view at:
core/modules/content_moderation/config/optional/views.view.moderated_content.yml
This view can be adjusted if needed.
I would close this, but feel free to open it again if you consider.
Comment #5
afeijoGreat solution for a better content revision tab! the one from core seems to have bugs, it show no records at all.
Thanks for that custom view Jody, worked like a charm.
Comment #6
cdykstra commentedWe were using a content moderation view that kept timing out, this worked great. Thanks!