Add superblock ordering

This commit is contained in:
Berkeley Martinez
2015-12-06 21:44:34 -08:00
parent 108179e72e
commit f7f587194d
28 changed files with 29 additions and 2 deletions

View File

@@ -109,6 +109,7 @@ module.exports = function(app) {
const challengesQuery = {
order: [
'superOrder ASC',
'order ASC',
'suborder ASC'
]