Closed (outdated)
Project:
Group
Version:
8.x-1.0-beta5
Component:
Group Node (gnode)
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2017 at 04:18 UTC
Updated:
28 Jun 2017 at 09:02 UTC
Jump to comment: Most recent
Comments
Comment #2
realityloop commentedApologies, I think this was a false positive..
Comment #3
ivan zugec commentedWhen 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?
Comment #4
realityloop commented@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.
Comment #5
thameemul.m commented@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.
Comment #6
thameemul.m commentedComment #7
realityloop commented@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"
Comment #8
dabbor commentedHi 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
Comment #9
kristiaanvandeneynde