update dialogs

This commit is contained in:
Luke Pulverenti 2016-09-07 03:08:20 -04:00
parent 48cce38282
commit 4ffca7a9df
11 changed files with 193 additions and 45 deletions

View file

@ -11,6 +11,14 @@
if (params.type == 'Recordings') {
query.IsInProgress = false;
if (params.groupid) {
query.GroupId = params.groupid;
}
} else if (params.type == 'RecordingSeries') {
query.SortOrder = 'SortName';
query.SortOrder = 'Ascending';
} else {
query.HasAired = false;
query.SortBy = 'StartDate,SortName';