1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Added DateHeaderCell to prevent drunk sorting on null dates

This commit is contained in:
Mark McDowall
2013-07-31 19:12:39 -07:00
parent 4e7468e6fe
commit bdab0d585f
2 changed files with 72 additions and 3 deletions
+6 -3
View File
@@ -10,6 +10,7 @@ define(
'Cells/SeriesTitleCell',
'Cells/TemplatedCell',
'Cells/QualityProfileCell',
'Shared/Grid/DateHeaderCell',
'Series/Index/Table/SeriesStatusCell',
'Series/Index/Table/Row',
'Series/Index/FooterView',
@@ -25,6 +26,7 @@ define(
SeriesTitleCell,
TemplatedCell,
QualityProfileCell,
DateHeaderCell,
SeriesStatusCell,
SeriesIndexRow,
FooterView,
@@ -69,9 +71,10 @@ define(
cell : 'string'
},
{
name : 'nextAiring',
label: 'Next Airing',
cell : RelativeDateCell
name : 'nextAiring',
label : 'Next Airing',
cell : RelativeDateCell,
headerCell: DateHeaderCell
},
{
name : 'this',