Warning: Undefined array key "i18n_node" in i18n_node_type_settings_submit() (line 440 of ...modules/i18n/i18n_node/i18n_node.module).
When creating a node_type, the name isn't set yet in the form. So currently the i18n settings won't even get set because of conditions.
Loading existing settings isn't possible then. But setting them would be. The form values should be in place, though, when dynamically loading via ajax.
The check for node type might go to the submit function.
Also, the setting don't get removed when deleting a content type. Also fix that.
Warning: Undefined array key "i18n_node" in i18n_node_type_settings_submit() (line 440 of ...modules/i18n/i18n_node/i18n_node.module).
When creating a node_type, the name isn't set yet in the form. So currently the i18n settings won't even get set because of conditions. Loading existing settings isn't possible then. But setting them would be. The form values should be in place, though, when dynamically loading via ajax. The check for node type might go to the submit function.
Also, the setting don't get removed when deleting a content type. Also fix that.