mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°4481 - Export: Fix tooltip not unchecked when removing column
This commit is contained in:
@@ -325,6 +325,7 @@ $(function () {
|
|||||||
var me = this;
|
var me = this;
|
||||||
$('#'+this.sId+' .tfs_checkbox_multi').each(function () {
|
$('#'+this.sId+' .tfs_checkbox_multi').each(function () {
|
||||||
me._update_tristate($(this).attr('id'));
|
me._update_tristate($(this).attr('id'));
|
||||||
|
me._update_tooltips($(this).val());
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
_format: function () {
|
_format: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user