Steps to reproduce
- Edit (or create) a node including simple text field(s).
- At least for one text field, have a "multi" segment populated
- Force a validation error by emptying the (required) title content
- Click "Submit": then the submit process aborts, with an error message
Problem
At this stage, the "multi" segment content has been replaced by the raw text of the current language, i.e.:
- say the original segment was
[multi][en]The English text[other]The "other-language" text[/multi] - say the current language was "en"
- now the segment only contains
The English text
Comments
Comment #1
cfreed commentedIn fact the issue happens only when adding new node (ok when editing) --> modified title accordingly.
Multilang looks at the current URL in order to NOT work when in editing process (so the whole content is showed to the user). Till now it looked at URL for:
Must also look for:
Fixed. Will be included in 7.x-2.0.
Comment #2
cfreed commentedComment #3
cfreed commented