3
0
Fork 0

Merge PR #2891 into 16.0

Signed-off-by pedrobaeza
16.0
OCA-git-bot 2024-07-24 05:22:42 +00:00
commit 0a33082cc6
1 changed files with 3 additions and 6 deletions

View File

@ -24,11 +24,8 @@ patch(ControlPanel.prototype, "web_refresher.ControlPanel", {
searchModel: this.env.searchModel,
pagerProps: this.pagerProps,
};
},
/**
* @returns {Boolean}
*/
get displayRefresher() {
return !this.forbiddenSubTypes.includes(this.env.config.viewSubType);
this.displayRefresher = !this.forbiddenSubTypes.includes(
this.env.config.viewSubType
);
},
});