mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix tag order on details pages (#6143)
* Fix related tag order * Fix unit tests
This commit is contained in:
@@ -133,7 +133,7 @@ var (
|
||||
},
|
||||
fkColumn: tagIDColumn,
|
||||
foreignTable: tagTable,
|
||||
orderBy: "COALESCE(tags.sort_name, tags.name) ASC",
|
||||
orderBy: tagTableSortSQL,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user