Fixes sorting of movies. Fixes #53.

This commit is contained in:
Leonardo Galli
2017-01-08 17:10:56 +01:00
parent 97095733dd
commit 1dfb4ddcd8
4 changed files with 8 additions and 42 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ var Collection = PageableCollection.extend({
},
sortMappings : {
'movie' : { sortKey : 'movie.sortTitle' }
'movie' : { sortKey : 'movie.title' }
},
initialize : function(options) {