I found the report at admin/content/moderated to be unusable without any filters on it, so I configured a view to override that page.

View for moderated content

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jody Lynn created an issue. See original summary.

hawkeye.twolf’s picture

Thanks, Jody! Very helpful. I added two pieces that others might find useful:

  1. Made the node title link to the "latest revision" page rather than the direct revision page; the latter doesn't show the node view/edit tabs, which I find annoying.
  2. Added a link to the field diffs (diff module must be enabled... you'll probably get errors if it's not).

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)

Version: 8.5.x-dev » 8.6.x-dev

Drupal 8.5.6 was released on August 1, 2018 and is the final bugfix release for the Drupal 8.5.x series. Drupal 8.5.x will not receive any further development aside from security fixes. Sites should prepare to update to 8.6.0 on September 5, 2018. (Drupal 8.6.0-rc1 is available for testing.)

Bug reports should be targeted against the 8.6.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.7.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

mfernea’s picture

Status: Active » Closed (works as designed)

I 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.

afeijo’s picture

Great 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.

cdykstra’s picture

We were using a content moderation view that kept timing out, this worked great. Thanks!