Ext.form.field.Tag#setValue does store.load if the given value argument is not found in store, and then tries again to do setValue.
Whereas Ext.form.field.Tag#addValue (from superclass Ext.form.field.ComboBox#addValue) does this.doSetValue(value, true) , which does not seem to load the store.
- Conditionne
-
CMS-8766 Creating a content from another content doesn't set the link between each other
- Closed