N°7467 - Fix column selection broken in CSV export

This commit is contained in:
Benjamin Dalsass
2024-06-03 15:48:42 +02:00
parent 67762458e4
commit 12ccbd48b9

View File

@@ -345,12 +345,13 @@ $(function () {
},
// events bound via _bind are removed automatically
// revert other modifications here
destroy: function () {
_destroy: function () {
this.element
.removeClass('itop-tabularfieldsselector');
this.element.parent().off('activate');
this.element.parent().off('validate');
this.element.parent().off('form-part-activate');
$('body').off('click change', '.tfs_checkbox');
},
// _setOptions is called with a hash of all options that are changing
_setOptions: function () {