Merge pull request 'hotfix itemName' (!1268) from hotfix-itemName into test
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1268
Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
Alexandre Riera 2023-01-24 11:29:12 +00:00
commit 1936680f49
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()});
}