Closed (fixed)
Project:
Menu Link Attributes
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2022 at 16:04 UTC
Updated:
19 Oct 2022 at 13:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
recrit commentedThe attached patch ensures that the
$menu_link_optionsvariable is set to either$menu_link_attributes(updated values on the default translation) or$menu_link_options, (the original values). The$menu_link_optionsvariable needs to be correct / in sync with the other items options setting since it will be used on all other translations.Comment #3
jcnventuraThanks for catching that. Ideally we should have tests. I just need to do a simple change to your code, and I'll commit this.
Comment #5
jcnventura