Problem/Motivation
When I import a config with new items or title change for exemple, the modification are done correctly in Drupal. But when I remove some items from the config, thoses items are not removed from the menu in Drupal when I import.
When I import a config with new items or title change for exemple, the modification are done correctly in Drupal. But when I remove some items from the config, thoses items are not removed from the menu in Drupal when I import.
Comments
Comment #2
redzeufComment #3
hardikpandya commentedsubscribe
Comment #4
sershevchykI had the same problem with the project. After investigation, I found duplicates in the database, and next update code help me:
Comment #5
delalis commentedsame issue for me. new Menu items added manually do not get removed when re-importing the menu. Anyone have a patch?
In the mean time, Im reading that you could add this update hook to a custom module and just run drush updb, hopefully that works
https://www.drupal.org/project/menu_export/issues/3109214#comment-14340438