mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX Removed duplicate 'change' event trigger from TreeDropdownField.js (fixes #7329)
This commit is contained in:
parent
69fbdad722
commit
dd924f1246
@ -138,8 +138,6 @@
|
|||||||
},
|
},
|
||||||
setValue: function(val) {
|
setValue: function(val) {
|
||||||
this.find(':input:hidden').val(val).trigger('change');
|
this.find(':input:hidden').val(val).trigger('change');
|
||||||
this.updateTitle();
|
|
||||||
this.trigger('change');
|
|
||||||
},
|
},
|
||||||
getValue: function() {
|
getValue: function() {
|
||||||
return this.find(':input:hidden').val();
|
return this.find(':input:hidden').val();
|
||||||
|
Loading…
Reference in New Issue
Block a user