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:
@@ -155,7 +155,7 @@ var (
|
||||
},
|
||||
fkColumn: "tag_id",
|
||||
foreignTable: tagTable,
|
||||
orderBy: "COALESCE(tags.sort_name, tags.name) ASC",
|
||||
orderBy: tagTableSortSQL,
|
||||
},
|
||||
images: joinRepository{
|
||||
repository: repository{
|
||||
|
||||
Reference in New Issue
Block a user