From 1144a2acd38e6b4b0fb7cac11676e71210a81fff Mon Sep 17 00:00:00 2001 From: Jos Groot Lipman Date: Thu, 22 Dec 2016 14:08:02 +0000 Subject: [PATCH] FSN#38707 API2: Verwijderen reservering geeft 200-response icm. autorisatie-fout svn path=/Website/trunk/; revision=32118 --- APPL/API2/model_reservations.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APPL/API2/model_reservations.inc b/APPL/API2/model_reservations.inc index 4c967eb03f..a9c0f145bf 100644 --- a/APPL/API2/model_reservations.inc +++ b/APPL/API2/model_reservations.inc @@ -364,7 +364,7 @@ function model_reservations(rsv_key, params) { dbs: "res_rsv_ruimte_verwijder", typ: "sql", val: "SYSDATE" } ]; - var sql = buildUpdate("res_rsv_ruimte", dbfields) + var sql = buildUpdate("res_rsv_ruimte", dbfields, { noValidateToken: true }) + " res_rsv_ruimte_key = " + rsv_ruimte_key; // ons eigen tijdstip/zaal is mogelijk gewijzigd waardoor andere *dirty* reserveringen