Skip to content

Commit

Permalink
Merge branch '2024.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Oct 15, 2024
2 parents 085da1d + 6698d48 commit ed10962
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tine20/Tinebase/js/ApplicationStarter.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ Ext.apply(Tine.Tinebase.ApplicationStarter,{
fieldconfig = fieldconfig.config || {};
}
const filterOptions = _.get(fieldconfig, 'config.filterOptions', {});
Object.assign(filterconfig, _.get(fieldconfig, 'uiconfig.filterOptions', {}));

const appName = modelConfig.appName;
const modelName = modelConfig.modelName;
Expand Down

0 comments on commit ed10962

Please sign in to comment.