mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Fixed Sorting In Wanted and Cutoff (#693)
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -38,9 +38,10 @@ module.exports = Marionette.Layout.extend({
|
||||
sortable : false
|
||||
},
|
||||
{
|
||||
name : 'this',
|
||||
label : 'Movie Title',
|
||||
cell : MovieTitleCell,
|
||||
name : 'title',
|
||||
label : 'Title',
|
||||
cell : MovieTitleCell,
|
||||
cellValue : 'this',
|
||||
},
|
||||
{
|
||||
name : 'inCinemas',
|
||||
|
||||
Reference in New Issue
Block a user