fixed order by tag
gitea/salix/1985-apply_item_type_filter There was a failure building this commit
Details
gitea/salix/1985-apply_item_type_filter There was a failure building this commit
Details
This commit is contained in:
parent
436673986c
commit
c830bc6e8a
|
@ -97,7 +97,7 @@ class Controller {
|
|||
return {
|
||||
field: this.orderField,
|
||||
way: this.orderWay,
|
||||
isTag: !!(this.orderSelection && this.orderSelection.isTag)
|
||||
isTag: (this.orderSelection && this.orderSelection.isTag)
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue