mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
69ae8266ef
commit
dd99fbc69e
@ -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();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user