Skip to content
Snippets Groups Projects
Commit d5bdc2e3 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

CIP #57952 fix treeselect throwing change to form

parent 98f83d10
Branches
Tags
2 merge requests!2334Master,!2079Dev#57952 cip priorisation des ecrans de config
Pipeline #1052 passed with stage
in 11 minutes and 33 seconds
......@@ -298,7 +298,7 @@
this._findConnectedIn(li, this.selectedItems).
hide('fast', function(){
$(this).remove()});
this.itemsTree.closest('form').find('input').first().change();
li.children('input').removeAttr('checked');
li.find("li input").removeAttr('disabled');
li.children('a').removeClass('ui-state-active');
......@@ -372,6 +372,7 @@
self._deselect(
self._findConnectedIn($(event.target).parent(),
self.itemsTree));
self.itemsTree.closest('form').find('input').first().change();
});
li.parents('li').andSelf().children('a').addClass('ui-state-active');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment