Commit 5e043da1 authored by Oleksandr Horbatiuk's avatar Oleksandr Horbatiuk 🧩 Committed by Oleksandr Horbatiuk
Browse files

Issue #3256927 by chmez: Simplify field name for entity type identifier in a...

Issue #3256927 by chmez: Simplify field name for entity type identifier in a hook for defining supported join methods
parent c96c031c
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-24/re-use-group-join-methods-3254715-8.patch"
                "Make join methods for groups re-usable": "https://www.drupal.org/files/issues/2022-01-31/re-use-group-join-methods-3254715-9.patch"
            }
        }
    }
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ use Drupal\Core\Form\FormStateInterface;
function social_course_advanced_request_social_group_join_method_usage(): array {
  return [
    [
      'entity_type_id' => 'group',
      'entity_type' => 'group',
      'bundle' => 'course_advanced',
      'field' => 'allow_request',
      'method' => 'request',
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ use Drupal\Core\Form\FormStateInterface;
function social_course_basic_request_social_group_join_method_usage(): array {
  return [
    [
      'entity_type_id' => 'group',
      'entity_type' => 'group',
      'bundle' => 'course_basic',
      'field' => 'allow_request',
      'method' => 'request',