Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix into hotfix-instance-log-css

This commit is contained in:
Alexandre Riera 2023-01-24 14:38:21 +01:00
commit 6c435e095f
1 changed files with 1 additions and 1 deletions

View File

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