og
og copied to clipboard
https://www.drupal.org/project/og
This PR is a continuation of amitaibu/og#196. It: - Fixes the clashing routes for adding a role - Fixes new group roles considered required, rather than standard - Adds a...
This is a new PR based on #253.
This is the start for the OG Access module port. Took a simple approach to group content visibility. It mirrors that of the group visibility (public, private). If any of...
:wave: I started looking at migrations from Drupal 7 and then circled back to do Drupal 6 as well to resolve #284. Hopefully this moves along Organic groups in Drupal...
` $permissions = $this->generateEntityOperationPermissionList($group_content_entity_type_id, $bundle_id); ` overwrite multiple event content permissions in getDefaultEntityOperationPermissions. Let's use array_merge instead.
I'm getting a WSOD post install when visiting the membership types administration page. Here's the error: `Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("membership_type") to generate a URL for route "entity.og_membership_type.auto_label"....
Hi, We have decided to go with OG for a new D8 project. While there are some rough edges, it would be great to get a consensus about the roadmap...