Skip to content

Commit

Permalink
tweak(Tinebase): allow reqeust context in record proxy loads
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweiss committed Sep 25, 2024
1 parent 9563faf commit 6d46439
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tine20/Tinebase/js/data/RecordProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6d46439

Please sign in to comment.