Skip to content

Commit

Permalink
fix(HumanResources) kill error msg on contract tab change
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweiss committed Jun 17, 2024
1 parent b2cb5d6 commit dd62b50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tine20/Tinebase/js/widgets/grid/GridPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,10 @@ Ext.extend(Tine.widgets.grid.GridPanel, Ext.Panel, {
return;
}

if (this.editDialog) {
this.storeRemoteSort = false;
}

if (this.recordProxy) {
if (! this.defaultSortInfo.field) {
if (this.modelConfig && this.modelConfig.defaultSortInfo) {
Expand Down

0 comments on commit dd62b50

Please sign in to comment.