When Group Node is enabled if I create a new peice of content using an author role and saving as Draft status I'm no longer able to edit it, Publishers are also not able to edit, the only way to be able to edit it is assign bypass access control permission to roles.

It also dissappears from the content list (but is viewable if you access the URL.

Comments

realityloop created an issue. See original summary.

realityloop’s picture

Status: Active » Closed (works as designed)

Apologies, I think this was a false positive..

ivan zugec’s picture

Status: Closed (works as designed) » Active

When an author (which isn't a member of a group) creates a draft node, using workbench, they can no longer edit the draft once it's been created.

If a node is already published, then the author can create a draft revision and edit it.

This only happens with nodes that haven't been published.

Anyone else experience this issue?

realityloop’s picture

@Ivan Zugec

This is the problem we had as well, we got around it by adding a global perm that we give to group editors/publishers that allows them to view all unpublished content.

I've probably maked this as closed without making the connection to that action.. so it's still a valid issue really.

thameemul.m’s picture

@realityloop, @Ivan Zugec, @kristiaanvandeneynde

Facing the same issue as posted by @realityloop & https://www.drupal.org/node/2860675#comment-12081208.

The gnode_node_grants not allowing the users to view the "edit" option for an unpublished node (i.e in draft status), we are also using workbench moderation module.

There is no entry created in the node_access table.

thameemul.m’s picture

Issue tags: +group, +gnode, +workbench_moderation, +Workbench Moderation node_edit
realityloop’s picture

@Ivan Zugec

This one may help with your issue:

"gnode_node_access should check for 'view own unpublished content' permission - https://www.drupal.org/node/2876696#comment-12076466": "https://www.drupal.org/files/issues/2876696-05.patch"

dabbor’s picture

Hi Ivan,

I found out that the issue #2841684: Content author cant view unpublished content that he/she created in a group is addressing the problem and the fix is solved in the latest release 8.x-1.0-rc1 .

Just be careful about Search API results after updating group module #2887950: Missing content in Views after update to 8.x-1.0-rc1, it needs to be reindexed :D

kristiaanvandeneynde’s picture

Status: Active » Closed (outdated)