This module is a fork of https://www.drupal.org/project/domain_menu_access

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

Antonnavi created an issue. See original summary.

antonnavi’s picture

Attached patch adds forked module as a sub-module to the domain_entity

antonnavi’s picture

Status: Active » Needs review
StatusFileSize
new26.18 KB
antonnavi’s picture

StatusFileSize
new26.58 KB
antonnavi’s picture

StatusFileSize
new26.6 KB
andypost’s picture

anruether’s picture

When using the patch and adjusting for the most obvious d9 change, I end up with an empty domain record selection box on menu items.

-      $container->get('entity.manager')->getStorage('menu'),
+      $container->get('entity_type.manager')->getStorage('menu'),

geek-merlin made their first commit to this issue’s fork.

geek-merlin’s picture

vacho’s picture

StatusFileSize
new1.46 KB

For some reason, I can't contrib to MR on GitLab. So I up this patch(that should be checked over MR) that enhances the code with 2 enhances:

1. Handle 'expand all menu links' option
2. Remove not used EntityInterface for .module

vacho’s picture

StatusFileSize
new1.56 KB

This is the patch fixed.

delta’s picture

Hi geek-merlin, antonnavi, anruether, vacho,
let me know if you're willing to help giving some time to help maintain this module and I'll update the maintenance access

  • delta committed b7439e4 on 8.x-1.x authored by geek-merlin
    Issue #3114588: Add forked domain_menu_access as a sub module
    

  • delta committed 7554573 on 8.x-1.x
    Issue #3114588 by Antonnavi,geek-merlin,anruether,andypost,vacho: Add...
delta’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.