Improved site and network pages. Fixed various issues.
This commit is contained in:
@@ -11,7 +11,8 @@ async function curateRelease(release) {
|
||||
knex('tags_associated')
|
||||
.select('tags.name', 'tags.slug')
|
||||
.where({ release_id: release.id })
|
||||
.leftJoin('tags', 'tags.id', 'tags_associated.tag_id'),
|
||||
.leftJoin('tags', 'tags.id', 'tags_associated.tag_id')
|
||||
.orderBy('tags.priority', 'desc'),
|
||||
knex('media')
|
||||
.where({ target_id: release.id })
|
||||
.orderBy('role'),
|
||||
|
||||
Reference in New Issue
Block a user