Closed (fixed)
Project:
Entity Translation
Version:
7.x-1.x-dev
Component:
Menu integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2013 at 16:26 UTC
Updated:
12 Jun 2014 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bforchhammer commentedThis should do it.
(Basically, we should only update
$node->menuif it actually contains a menu item; currently code was also updating it when it was actuallyNULL).Comment #2
bforchhammer commentedHere's another notice:
This one appears when you try to localize a menu item which doesn't have a description set in the original language.
Comment #3
bforchhammer commentedCommitted.