Group Content not working with Gutenberg

Created on 26 May 2024, 7 months ago
Updated 10 June 2024, 6 months ago

Problem/Motivation

When using group 3.0 module to create group content, Gutenberg interface fails to load. It seems like it's not getting correct 'contentType' from the path.

I noticed this: https://www.drupal.org/project/gutenberg/issues/3225284 and looked into it. I created a custom module to use the hook and try to entity.group_content.create_form to entity.group_relationship.create_form, I'm able to get the type and return it properly but even with that the getJsSettings isn't getting the correct value.

Console Error:
Uncaught (in promise) TypeError: Cannot destructure property 'contentType' of 'format.editorSettings' as it is null.

Steps to reproduce

Install Group module, create a group, assign Article as a content used in this group
Setup Article to use Gutenberg so it's working normally
Create an article inside the group

🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @Siavash
  • I made this patch that seems to work when combined with a hook implementation in a custom module.

    The hook implementation in custom module (along with patch):

    /**
     * Implements hook_gutenberg_node_type_route().
     */
    function www_core_gutenberg_node_type_route(RouteMatchInterface $route_match) {
      //Get Gutenberg node type from group content routes.
      $route_name = $route_match->getRouteName();
      if ($route_name == 'entity.group_relationship.create_form' || $route_name == 'entity.group_relationship.edit_form') {
        /** @var string $parameter */
        $parameter = $route_match->getParameter('plugin_id');
        return explode(':', $parameter)[1];
      }
    
      return NULL;
    }
  • Status changed to Needs work 7 months ago
  • 🇵🇹Portugal marcofernandes

    IIRC the current example on the gutenberg.api file was made for Group 2.x. I guess it makes sense to update it to 3.x.
    Could you provide a MR for it? It would be easier to review 😉

  • First commit to issue fork.
  • Status changed to Needs review 7 months ago
  • 🇮🇳India immaculatexavier

    Created MR for 3.x. Kindly review

  • Pipeline finished with Success
    7 months ago
    Total: 221s
    #183231
  • Pipeline finished with Success
    7 months ago
    #183255
  • Status changed to Fixed 7 months ago
  • 🇵🇹Portugal marcofernandes

    Merged. Thank you.

  • Pipeline finished with Failed
    7 months ago
    #185923
  • Pipeline finished with Failed
    7 months ago
    Total: 1133s
    #185964
  • Pipeline finished with Success
    7 months ago
    #186073
  • Pipeline finished with Skipped
    7 months ago
    #186100
  • Pipeline finished with Success
    6 months ago
    Total: 258s
    #194228
  • Pipeline finished with Success
    6 months ago
    Total: 213s
    #194244
  • Pipeline finished with Success
    6 months ago
    Total: 202s
    #194261
  • Pipeline finished with Success
    6 months ago
    Total: 213s
    #194291
  • Automatically closed - issue fixed for 2 weeks with no activity.

  • Pipeline finished with Success
    6 months ago
    Total: 231s
    #195584
  • Pipeline finished with Success
    6 months ago
    Total: 302s
    #195591
  • Pipeline finished with Success
    6 months ago
    Total: 238s
    #195691
  • Pipeline finished with Success
    6 months ago
    Total: 202s
    #196170
  • Pipeline finished with Success
    6 months ago
    Total: 256s
    #196189
  • Pipeline finished with Success
    6 months ago
    Total: 219s
    #196203
  • Pipeline finished with Success
    6 months ago
    Total: 244s
    #196215
  • Pipeline finished with Success
    6 months ago
    Total: 313s
    #200332
  • Pipeline finished with Success
    6 months ago
    Total: 335s
    #200357
  • Pipeline finished with Success
    5 months ago
    Total: 158s
    #221116
  • Pipeline finished with Success
    5 months ago
    Total: 328s
    #221119
  • Pipeline finished with Success
    5 months ago
    Total: 163s
    #229807
  • Pipeline finished with Success
    5 months ago
    Total: 184s
    #229875
  • Pipeline finished with Success
    5 months ago
    #230232
  • Pipeline finished with Success
    5 months ago
    Total: 197s
    #230891
  • Pipeline finished with Success
    5 months ago
    Total: 163s
    #230938
  • Pipeline finished with Success
    5 months ago
    Total: 172s
    #231397
  • Pipeline finished with Failed
    4 months ago
    Total: 321s
    #246179
  • Pipeline finished with Failed
    4 months ago
    Total: 310s
    #246221
  • Pipeline finished with Failed
    4 months ago
    Total: 169s
    #246282
  • Pipeline finished with Failed
    4 months ago
    Total: 173s
    #247242
  • Pipeline finished with Failed
    4 months ago
    Total: 184s
    #247247
  • Pipeline finished with Failed
    4 months ago
    Total: 166s
    #247261
  • Pipeline finished with Failed
    4 months ago
    Total: 169s
    #248262
  • Pipeline finished with Failed
    4 months ago
    Total: 237s
    #253199
  • Pipeline finished with Failed
    4 months ago
    Total: 262s
    #253235
  • Pipeline finished with Failed
    4 months ago
    Total: 399s
    #253285
  • Pipeline finished with Failed
    4 months ago
    Total: 297s
    #253291
  • Pipeline finished with Failed
    4 months ago
    #253298
  • Pipeline finished with Failed
    4 months ago
    Total: 455s
    #253316
  • Pipeline finished with Failed
    4 months ago
    Total: 298s
    #253346
  • Pipeline finished with Failed
    4 months ago
    Total: 303s
    #253347
  • Pipeline finished with Failed
    4 months ago
    Total: 503s
    #253756
  • Pipeline finished with Failed
    4 months ago
    Total: 344s
    #254213
  • Pipeline finished with Failed
    4 months ago
    Total: 3022s
    #254235
  • Pipeline finished with Failed
    4 months ago
    Total: 844s
    #254297
  • Pipeline finished with Success
    4 months ago
    Total: 508s
    #254308
  • Pipeline finished with Success
    4 months ago
    Total: 344s
    #254318
  • Pipeline finished with Success
    4 months ago
    Total: 275s
    #254953
  • Pipeline finished with Failed
    3 months ago
    Total: 3001s
    #287277
  • Pipeline finished with Skipped
    3 months ago
    #300952
  • Pipeline finished with Failed
    2 months ago
    Total: 472s
    #303870
  • Pipeline finished with Failed
    2 months ago
    Total: 222s
    #304036
  • Pipeline finished with Failed
    2 months ago
    Total: 486s
    #304221
  • Pipeline finished with Success
    2 months ago
    Total: 226s
    #304241
  • Pipeline finished with Failed
    2 months ago
    Total: 349s
    #304363
  • Pipeline finished with Success
    2 months ago
    Total: 247s
    #304417
  • Pipeline finished with Success
    2 months ago
    Total: 232s
    #304428
  • Pipeline finished with Success
    2 months ago
    Total: 244s
    #304435
  • Pipeline finished with Canceled
    about 2 months ago
    Total: 727s
    #319570
  • Pipeline finished with Success
    about 2 months ago
    Total: 900s
    #319586
  • Pipeline finished with Success
    about 2 months ago
    #322766
  • Pipeline finished with Success
    22 days ago
    Total: 254s
    #350914
  • Pipeline finished with Success
    22 days ago
    Total: 205s
    #350918
  • Pipeline finished with Skipped
    8 days ago
    #364207
Production build 0.71.5 2024