1
0
mirror of https://github.com/colymba/GridFieldBulkEditingTools.git synced 2024-10-22 11:05:57 +02:00

Refresh GridField after unlink/delete

This commit is contained in:
colymba 2012-09-06 18:36:07 +03:00
parent 1ba3e0620d
commit 0f6ae01bb5

View File

@ -1,6 +1,5 @@
(function($) {
$.entwine('colymba', function($) {
$('td.col-bulkSelect').entwine({
@ -134,7 +133,7 @@
type: "POST",
context: $(this)
}).done(function() {
//@TODO refresh GridField
$(this).parents('.ss-gridfield').entwine('.').entwine('ss').reload();
});
}