Merge pull request #291 from kinglozzer/inline-delete

FIX: Unable to delete inline-added rows before saving them
This commit is contained in:
Guy Marriott 2019-04-11 08:37:22 +12:00 committed by GitHub
commit 668b297a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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?");