mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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',
|
||||
name : 'title',
|
||||
label : 'Title',
|
||||
cell : MovieTitleCell,
|
||||
cellValue : 'this',
|
||||
},
|
||||
{
|
||||
name : 'inCinemas',
|
||||
|
Reference in New Issue
Block a user