Skip to content

Commit 6b861da

Browse files
authored
removed deletion of context to preverse context for cascade-saving (#1186)
1 parent 8a69f95 commit 6b861da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/RESTController.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ const RESTController = {
227227
const context = options.context;
228228
if (context !== undefined) {
229229
payload._context = context;
230-
delete options.context;
231230
}
232231

233232
if (method !== 'POST') {

0 commit comments

Comments
 (0)