Problem/Motivation
If this module is enabled during site installation this error happens:
In EntityTypeRepository.php line 98:
The Drupal\menu_link_content\Entity\MenuLinkContent class does not correspond to an entity type.
This is due to the module not defining "menu_link_content" as a dependency.
To reproduce this issue, create a profile "config_install: true" in the profile info yaml and ensure this module is enabled on install, then run:
drush si myprofile
Proposed resolution
Add "menu_link_content" as a module dependency.
This is already fixed for 8-1.x branch but it is not available for 8.2.x branch https://www.drupal.org/project/gdpr_onetrust/issues/3055216
Comments
Comment #2
bisw commentedComment #3
bisw commentedComment #4
bisw commentedComment #5
bisw commented@3 patch is not applying, so creating new one.
Comment #6
g_miric commentedWorks fine.
Comment #7
vacho commentedpatch rebased.
Comment #9
murilohp commentedCommited on 2.x, thanks!