1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-06 08:07:20 +02:00

Fixed Sorting In Wanted and Cutoff (#693)

This commit is contained in:
Devin Buhl 2017-02-10 04:04:50 -05:00 committed by GitHub
parent 75436bcce4
commit 1aae3ae2b5
2 changed files with 7 additions and 6 deletions

View File

@ -36,10 +36,10 @@ module.exports = Marionette.Layout.extend({
sortable : false
},
{
name : 'this',
label : 'Movie Title',
name : 'title',
label : 'Title',
cell : MovieTitleCell,
sortValue : this.sortTitle
cellValue : 'this',
},
{
name : 'inCinemas',

View File

@ -38,9 +38,10 @@ module.exports = Marionette.Layout.extend({
sortable : false
},
{
name : 'this',
label : 'Movie Title',
name : 'title',
label : 'Title',
cell : MovieTitleCell,
cellValue : 'this',
},
{
name : 'inCinemas',