Conditions:
- address field is not required
- fields option 'Make country optional' turned on
- default value for country is 'none'
How to reproduce:
- go to the node/add/ page
- click 'Preview' button
- click 'Save' button
What is wrong:
The node would not save with no any messages.
What is happens is on validation of country form element in _form_validate() $form_state gets $form_state['rebuild'] = TRUE
Comments
Comment #1
vlkff commentedThat issue is related to #1787734: Turning on field option 'Make country optional' causing a bugs
Comment #2
johnvOK, so make this a duplicate
See also[#1048734]