BUGFIX Apply batch action node deselection (fixes #7476)

The form ID list was only updated on node checking, but not unchecking.
This commit is contained in:
Ingo Schommer 2012-06-18 00:31:27 +02:00
parent 69ae8266ef
commit dd99fbc69e

View File

@ -33,6 +33,9 @@
fromTree: { fromTree: {
oncheck_node: function(e, data){ oncheck_node: function(e, data){
this.serializeFromTree(); this.serializeFromTree();
},
onuncheck_node: function(e, data){
this.serializeFromTree();
} }
}, },