update dialogs
This commit is contained in:
parent
48cce38282
commit
4ffca7a9df
11 changed files with 193 additions and 45 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue