Opened 12 years ago
Closed 12 years ago
#12285 closed Patch - Bug Fix (fixed)
Edit Schedule/Preview broken
| Reported by: | Owned by: | stuartm | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.28 |
| Component: | MythTV - General | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The Preview display of Edit Recording Rule was broken by [d013e5426fac8c654159cfb12467da55106b5e4b].
It currently displays the schedule for all rules except the one being edited, plus changes.
viewschedulediff.cpp generates the display from the difference between the current schedule and a temporary schedule run with any edits applied. This strategy now fails because the temporary schedule is being filtered by recordid in LoadFromScheduler and not returning the full schedule.
Custom Recording Priorities/Test also uses this display, but still works as it uses a recordid of 0 and is not filtered.
Attachments (1)
Change History (3)
by , 12 years ago
| Attachment: | do_not_filter_preview.patch added |
|---|
comment:1 by , 12 years ago
| Milestone: | unknown → 0.28 |
|---|---|
| Owner: | set to |
| Status: | new → accepted |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |

Don't filter schedules produced for Edit Schedule/Preview