forked from extern/egroupware
fix set_value to work after inital load, eg. on a button press
This commit is contained in:
parent
27149b237f
commit
99b6fe41e7
@ -280,6 +280,7 @@ var et2_taglist = et2_selectbox.extend(
|
|||||||
options.push({id: v, label: v.replace(/&/g, '&').replace(/</g, '≶')});
|
options.push({id: v, label: v.replace(/&/g, '&').replace(/</g, '≶')});
|
||||||
}
|
}
|
||||||
this.options.select_options = options;
|
this.options.select_options = options;
|
||||||
|
if (this.taglist) this.taglist.setData(options);
|
||||||
}
|
}
|
||||||
if(this.taglist == null) return;
|
if(this.taglist == null) return;
|
||||||
this.taglist.clear(true);
|
this.taglist.clear(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user