mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Don't remove checkboxes from page tree after batch actions, as it causes an inconsistent UI ('multi-select' view is still enabled) (fixes #6758)
This commit is contained in:
parent
0d26776e09
commit
53506f37f2
@ -253,10 +253,6 @@
|
|||||||
// Deselect all nodes
|
// Deselect all nodes
|
||||||
tree.find('li').removeClass('selected');
|
tree.find('li').removeClass('selected');
|
||||||
|
|
||||||
// reset selection state
|
|
||||||
// TODO Should unselect all selected nodes as well
|
|
||||||
tree.removeClass('multiple');
|
|
||||||
|
|
||||||
// TODO Fix up to work properly with jstree - unclear if state setting is still required in new design
|
// TODO Fix up to work properly with jstree - unclear if state setting is still required in new design
|
||||||
// // Check if current page still exists, and refresh it.
|
// // Check if current page still exists, and refresh it.
|
||||||
// // Otherwise remove the current form
|
// // Otherwise remove the current form
|
||||||
|
Loading…
Reference in New Issue
Block a user