hotfix itemName #1268

Merged
alexandre merged 1 commits from hotfix-itemName into test 2023-01-24 11:29:13 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ class Controller extends Section {
* Apply order to model * Apply order to model
*/ */
applyOrder() { applyOrder() {
if (this.typeId || this.tagGroups.length > 0) if (this.typeId || this.tagGroups.length > 0 || this.itemName)
this.$.model.addFilter(null, {orderBy: this.getOrderBy()}); this.$.model.addFilter(null, {orderBy: this.getOrderBy()});
} }