mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
ENHANCEMENT Changed batch action logic, no longer updates applicable pages on batch action drop down selection, as this selection triggers the action itself. To be replaced with a more powerful dialog system in case the action is disallowed on some nodes
This commit is contained in:
parent
36ed7d255f
commit
4e9a4bd9c9
@ -307,7 +307,7 @@
|
||||
btn.attr('disabled', 'disabled');
|
||||
} else {
|
||||
btn.removeAttr('disabled');
|
||||
form.entwine('ss').refreshSelected();
|
||||
form.submit();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user