- Issue created by @mably
- Merge request !6Issue #3491585 by mably: Drupal 11 compatibility fixes for contextual_menu_block → (Merged) created by mably
Automatically closed - issue fixed for 2 weeks with no activity.
We are using the contextual_menu_block module on several of our websites that we want to migrate to Drupal 11.
Implement a Drupal 11 compatible version of the module.
Publish, review and validate MR.
To test on Drupal 11, add the following lines to your composer.json
repositories section:
"repositories": [
{
"type": "vcs",
"url": "https://git.drupalcode.org/issue/contextual_menu_block-3491585.git"
},
and then run:
composer require drupal/contextual_menu_block:dev-3491585-drupal-11-compatibility
Active
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.