I commited and pushed the fix in the issue fork.
davidpetit → created an issue.
I am also encountering the same issue on a fresh Drupal 11 install, locally with DDEV.
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.
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!
DavidPetit → created an issue.
DavidPetit → created an issue.
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").