From 1c1feac00b4da9f01cfc429403160dbc108ecc92 Mon Sep 17 00:00:00 2001 From: Manuel Trezza Date: Tue, 16 Jun 2020 03:34:37 +0200 Subject: [PATCH] removed deletion of context to preverse context for cascade-saving --- src/RESTController.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/RESTController.js b/src/RESTController.js index 82e3d3195..bc3ba1ff8 100644 --- a/src/RESTController.js +++ b/src/RESTController.js @@ -227,7 +227,6 @@ const RESTController = { const context = options.context; if (context !== undefined) { payload._context = context; - delete options.context; } if (method !== 'POST') {