From 6d46439b976a0511fa49fa406907ecd1fc2de1d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Wei=C3=9F?= Date: Wed, 25 Sep 2024 17:00:58 +0200 Subject: [PATCH] tweak(Tinebase): allow reqeust context in record proxy loads --- tine20/Tinebase/js/data/RecordProxy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tine20/Tinebase/js/data/RecordProxy.js b/tine20/Tinebase/js/data/RecordProxy.js index caa87228cc3..16ca636f1e8 100644 --- a/tine20/Tinebase/js/data/RecordProxy.js +++ b/tine20/Tinebase/js/data/RecordProxy.js @@ -429,6 +429,7 @@ Ext.extend(Tine.Tinebase.data.RecordProxy, Ext.data.DataProxy, { delete params.limit; this.searchRecords(params.filter, params.paging, { + headers: arg.headers, params: params, scope: this, success: function(records) {