The "Add a group", "Add topic" and "Add event" Button show allways up on the related page of the user profile, even if the user has no permission to create the related group/content.

permission issue

You can "fix" it by restricting the blocks to the related roles, but that's not a clean solution.

CommentFileSizeAuthor
Clipboard03.jpg57.1 KBslowflyer

Comments

slowflyer created an issue. See original summary.

slowflyer’s picture

Pull request and more explanation here:
https://github.com/goalgorilla/open_social/pull/983

ronaldtebrake’s picture

Status: Active » Fixed

Thanks for your work as allways Ullrich, this will end up in the next 2.4 release!

  • ronaldtebrake authored d6d1527 on 8.x-2.x
    Merge pull request #983 from goalgorilla/bug-2989731-permission-issue...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

Olivier Beerens’s picture

With this fix the authentified user must also have permission access at node level to create event, topic, ... while the Group module phylosophy is to extends rights that a authentified user doesn't have sitewide. If you restrict users to only create nodes inside Group, which is my case, it's not working anymore.