Closed (fixed)
Project:
Simplified Menu Administration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Aug 2011 at 18:52 UTC
Updated:
17 Aug 2015 at 11:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
robertgarrigos commentedI can confirm this. They are incompatible :-(
Comment #2
sylus commentedConfirming as well.
Comment #3
ericmulder1980 commentedI can confirm this as well.
Comment #4
mrfelton commentedalso confirming ;)
Comment #5
mariomc commentedConfirm here as well
Comment #6
mrf commentedStill seeing this issue.
I've attached some before and after screenshots to show how the 'Multilingual' settings box UI changes when this module is enabled.
before
after
Comment #7
Anonymous (not verified) commentedConfirming as well.
Comment #8
petterw03 commentedThere is a patch for i18n here that apparently fixes the issue: https://www.drupal.org/node/2221189#comment-8590281
Comment #9
yareckon commentedSo is SMA hanging it's settings in a wrong place that causes issues for other modules, or is i18n not doing something right? The patch is about i18n needing to explicitly declare parents for form fields because the values are weirdly nested otherwise. is SMA doing something that would cause this?
Would be easier to expect a fix from SMA if you have a handful of open issues rather than i18n that has over 300.
Comment #10
b-prod commentedThe patch fixes this issue. The problem is that the overview form is hierarchical and the edit form not. So this is caused by the Simplified Menu Administration module which does not takes care of that. Creating a patch against another contributed module (like i18n menu) is not relevant.
Comment #11
Cogax commented#10 works for me! I came over from https://www.drupal.org/node/2221189 and this patch solves my problems. Thanks to @B-Prod !
Comment #12
b-prod commentedPatch used on several live sites.
Reviewed by Cogax (see comment above)
Comment #13
David_Rothstein commentedBut what happens if the second form (the one being merged in) has #tree set to TRUE (at the top level of the form) itself? This would break that.
Here's a version that should work in both cases. I tested with i18n_menu and it seemed to work.
Comment #14
b-prod commented@David_Rothstein: Thanks, good point for you!
I will be able to review your patch next week.
Comment #15
b-prod commentedThe patch in #13 works well (tested compatibility with i18n_menu).
Comment #17
b-prod commented