diff options
Diffstat (limited to 'server/initializers/constants.js')
-rw-r--r-- | server/initializers/constants.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/initializers/constants.js b/server/initializers/constants.js index 416356400..cd2e0cfb9 100644 --- a/server/initializers/constants.js +++ b/server/initializers/constants.js | |||
@@ -63,6 +63,7 @@ const SEEDS_IN_PARALLEL = 3 | |||
63 | 63 | ||
64 | // Sortable columns per schema | 64 | // Sortable columns per schema |
65 | const SORTABLE_COLUMNS = { | 65 | const SORTABLE_COLUMNS = { |
66 | USERS: [ 'username', '-username', 'createdDate', '-createdDate' ], | ||
66 | VIDEOS: [ 'name', '-name', 'duration', '-duration', 'createdDate', '-createdDate' ] | 67 | VIDEOS: [ 'name', '-name', 'duration', '-duration', 'createdDate', '-createdDate' ] |
67 | } | 68 | } |
68 | 69 | ||