123
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DELETE FROM `buchungen`
|
||||
WHERE id =
|
||||
{{ this.params.bookingId }}
|
||||
AND gebucht_von =
|
||||
{{ this.params.bookedBy }};
|
||||
WHERE `id` =
|
||||
{{ appsmith.store.selectedBooking.id }}
|
||||
AND `gebucht_von` =
|
||||
{{ appsmith.user.email }};
|
||||
@@ -5,7 +5,7 @@
|
||||
"pluginType": "DB",
|
||||
"unpublishedAction": {
|
||||
"actionConfiguration": {
|
||||
"body": "DELETE FROM `buchungen`\nWHERE id =\n {{ this.params.bookingId }}\n AND gebucht_von =\n {{ this.params.bookedBy }};",
|
||||
"body": "DELETE FROM `buchungen`\nWHERE `id` =\n {{ appsmith.store.selectedBooking.id }}\n AND `gebucht_von` =\n {{ appsmith.user.email }};",
|
||||
"encodeParamsToggle": true,
|
||||
"paginationType": "NONE",
|
||||
"pluginSpecifiedTemplates": [
|
||||
|
||||
Reference in New Issue
Block a user