Account created on 9 July 2010, over 14 years ago
#

Merge Requests

Recent comments

🇭🇰Hong Kong davidpetit

I commited and pushed the fix in the issue fork.

🇭🇰Hong Kong davidpetit

I am also encountering the same issue on a fresh Drupal 11 install, locally with DDEV.

🇭🇰Hong Kong davidpetit

Update on this issue, I was missing patches. Now with patches, only those "translate block_content", "translate paragraph" are mentionned in the error. So we can keep "access_layout_builder_browser_library" now.

🇭🇰Hong Kong davidpetit

You are right. My root composer.json was missing "enable-patching": true and the package "cweagans/composer-patches".

After installing it and configuring all this, all the patches are now applied. Thanks!

🇭🇰Hong Kong davidpetit

I just commited the change on this banch https://git.drupalcode.org/issue/og-3338830/-/tree/3338830-annotations-o... on the issue fork.

Now the links annotation for the og_membership_type entity type are:

 *   links = {
 *     "edit-form" = "/admin/structure/membership-types/manage/{og_membership_type}",
 *     "delete-form" = "/admin/structure/membership-types/manage/{og_membership_type}/delete",
 *     "collection" = "/admin/structure/membership-types",
 *   }

Which are consistent with the routes which use "og_membership_type" (as opposed to "membership_type").

Production build 0.71.5 2024