Problem/Motivation
Content Moderation module adds a Moderated content view, which is showing error message
No valid values found on filter: Content revision: Moderation state.
This is because of the misconfiguration of the second unexposed moderation state filter.
Steps to reproduce
* Do a minimal install of Drupal
** Install some themes and toolbar to not go crazy
* Enable Views module -> save
* Enable Content moderation
* Check Moderated content View
* See broken handlers:
Proposed resolution
1. Add optional editorial workflow config into content_moderation
2. Update view.view.moderated_content to have a dependency on workflows
Remaining tasks
Review
User interface changes
NA
API changes
NA
Data model changes
NA
Release notes snippet
NA