Merge pull request 'hotfix itemName' (!1268) from hotfix-itemName into test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1268 Reviewed-by: Joan Sanchez <joan@verdnatura.es>
This commit is contained in:
commit
1936680f49
|
@ -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()});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue