Joachim
Joachim
On http://mink.behat.org/en/latest/guides/interacting-with-pages.html there are several occurrences of text like this: > Looks for a button (see findButton) and presses on it. The 'see function' should ideally be a link.
I create a group. I was automatically added as a member. I then edited the node, and made another user the node owner. I was expecting a membership to be...
AdminSettingsForm says: > (For restricting view access use the Organic groups access control module.) but it doesn't tell you where you can find that. Googling that doesn't find any drupal.org...
I'm running off a number of PRs, so the problem with the 3rd party appearing in the form is to do with one of those, but it seems that PermissionEvent...
There are contexts in which the 'request membership' field doesn't make sense: - creating a group membership as an admin - editing a group membership as an admin Hiding this...
It appears to be possible to use ogMembershipManager->createMembership() to create more than 1 membership entity for the same user and group. Is this something that should be blocked, either at...
Posting this as a starting point, as I've written it for another module: ``` /** * Asserts that a membership has a role. * * @param string $role_name * The...
``` if (!$entity instanceof ConfigEntityBundleBase || !isset($entity->og_is_group)) { return; } ``` AFAICT, this is picking up the form value set by this element in BundleFormAlter: ``` $form['og']['og_is_group'] = [ '#type'...
### Symfony version(s) affected 5.4.11 ### Description When a PHPUnit test has $runTestInSeparateProcess set to TRUE, using the deprecation message regex feature of SYMFONY_DEPRECATIONS_HELPER (as documented here https://symfony.com/blog/new-in-symfony-3-1-deprecation-helper-improvements) gives a...