FIX: Unable to delete inline-added rows before saving them

This commit is contained in:
Loz Calver 2019-04-10 17:09:13 +01:00
parent 6a26d76c6f
commit f22531bf6a

View File

@ -208,7 +208,7 @@
}
});
$(".ss-gridfield-delete-inline").entwine({
$(".grid-field .action.ss-gridfield-delete-inline").entwine({
onclick: function() {
var msg = ss.i18n._t("GridFieldExtensions.CONFIRMDEL", "Are you sure you want to delete this?");