- Issue created by @shelane
- πΊπΈUnited States shelane
Of course Iβm thinking that though the node type is set for groups, a new node form isnβt yet associated to a group. How would it then know to allow. Iβm wondering how other people handle this.
- π¨π¦Canada dale42 Vancouver, Canada
I'm still on 1.0.0, but encountered the same problem.
My issue was caused by the module not being able to determine what group the content should be created in, so the user never received the appropriate permission via group membership.
My content creation is /node/bundle/add, and the module uses the ->getGroupFromRoute() method from GroupRouteContextTrait, which gets the group id from the path.
Since none of the moderated content entities are used outside of groups, I could add the create draft permission to all users.