Neueste Version
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"mobileRightColumn": 63,
|
||||
"mobileTopRow": 18,
|
||||
"needsErrorInfo": false,
|
||||
"onClick": "{{\n CreateBooking\n .run()\n .then(() => {\n return closeModal(\n \"Platzbuchung\"\n );\n })\n .then(() => {\n return GetSeatBookings.run();\n })\n .catch((error) => {\n showAlert(\n \"Die Buchung konnte nicht gespeichert werden.\",\n \"error\"\n );\n\n console.error(\n \"CreateBooking fehlgeschlagen:\",\n error\n );\n });\n}}",
|
||||
"onClick": "{{\n CreateBooking\n .run()\n .then(() => {\n return closeModal(\n \"Platzbuchung\"\n );\n })\n .then(() => {\n return GetSeatBookings.run();\n })\n .catch((error) => {\n console.error(\n \"Buchung fehlgeschlagen:\",\n error\n );\n\n showAlert(\n \"Die Buchung konnte nicht gespeichert werden.\",\n \"error\"\n );\n });\n}}",
|
||||
"originalBottomRow": 40,
|
||||
"originalTopRow": 36,
|
||||
"parentId": "q44lz1f0e4",
|
||||
|
||||
Reference in New Issue
Block a user