I installed drupal 8.1.1 with minimum profile.
I created an editor role. Added a user to this group.
I created a content and saved as draft.
I gave all permissions to editor as described in this: https://www.drupal.org/node/1171038
I logged in as editor and Workbench: Recent content is empty even when I set Published to Any.
Any advice?
Comments
Comment #2
kubrt commentedI'm having the same issue. The only way I can get the editor to see the unpublished content is by granting Bypass content access control to the Editor role. I wanted to use the https://www.drupal.org/project/view_unpublished to make the hack more granular but the 8.x-1.x-dev is broken (https://www.drupal.org/node/2778845). Any ideas why this doesn't work in the first place ?
Comment #3
romainj commentedSame for me. The workflow can not be used at all.
Comment #4
agentrickardIt's a basic limitation in how the Views are written. We'll need to explore a proper solution.
Comment #5
agentrickardSee https://github.com/agentrickard/workbench/pull/4
Comment #6
nicrodgersviews_unpublished seems to work ok now
Comment #7
agentrickard