In the issue #2222467: Notice: Trying to get property of non-object in DeployAggregatorViews->getEntities() I describe a possible issue with only creating revisions for menu_links that were created by the menu module. Is there a particular reason why that decision was made?

Comments

fmizzell’s picture

Title: Why revisions only menu_links from menu module? » Why revisions only for menu_links from menu module?
infojunkie’s picture

Same question here. In my case, I am using entity_menu_links to allow exporting menu links to features using their uuid as primary key. This works well for menu links that are manually created, but if I want to export a menu link that's created by Views for example, its uuid keeps changing at every export, because this module ignores that link.

infojunkie’s picture

Submitting patch to allow all menu_links to be processed. @fmizzell, please check if you can.

infojunkie’s picture

sorry, just noticed a similar patch on the other thread. Please discard this one.

damienmckenna’s picture