Commit fac2f803 authored by Oleksandr Horbatiuk's avatar Oleksandr Horbatiuk 🧩
Browse files

Issue #3256927 by chmez: Allow selecting only one join method

parent 70241d32
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
                "Issue #2903964: Nesting Paragraph into a IEF then translating makes Paragraph field disappear": "https://www.drupal.org/files/issues/2020-01-23/enable-translatable-references-2903964-23.patch"
            },
            "drupal/social": {
                "Make join methods for groups re-usable": "https://www.drupal.org/files/issues/2022-01-31/re-use-group-join-methods-3254715-9.patch"
                "Make join methods for groups re-usable": "https://www.drupal.org/files/issues/2022-06-03/social-re-use-group-join-methods-3254715-22.patch"
            }
        }
    }
+1 −2
Original line number Diff line number Diff line
@@ -15,8 +15,7 @@ function social_course_advanced_request_social_group_join_method_usage(): array
    [
      'entity_type' => 'group',
      'bundle' => 'course_advanced',
      'field' => 'allow_request',
      'method' => 'request',
      'field' => 'field_group_allowed_join_method',
    ],
  ];
}
+1 −2
Original line number Diff line number Diff line
@@ -15,8 +15,7 @@ function social_course_basic_request_social_group_join_method_usage(): array {
    [
      'entity_type' => 'group',
      'bundle' => 'course_basic',
      'field' => 'allow_request',
      'method' => 'request',
      'field' => 'field_group_allowed_join_method',
    ],
  ];
}