Opened 13 years ago
Closed 12 years ago
Last modified 12 years ago
#11903 closed Patch - Bug Fix (fixed)
Mythweb: Add filter, inetref, season and episode saving to custom and manual scehdules
| Reported by: | Owned by: | Karl Egly | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.28 |
| Component: | Plugin - MythWeb | Version: | 0.27-fixes |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The Custom and Manual schedules were not saving filter options when I would select them. The code to save those options was missing from the respective files. I also noticed that the inetref, season and episode were not saved so I added those as well. This patch is not heavily tested but the changes are small and straightforward.
The schedule saving code in these two files has a lot in common with the normal recording schedule editor; it should probably be refactored into a single code location so that future changes will not have to be made in multiple locations.
Attachments (2)
Change History (4)
by , 13 years ago
| Attachment: | mythweb_customschedfix.patch added |
|---|
by , 13 years ago
| Attachment: | mythweb_customschedfix.2.patch added |
|---|
Updated patch--removed unrelated change from a different ticket
comment:1 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 12 years ago
| Milestone: | → 0.28 |
|---|---|
| Owner: | changed from to |

Patch to save filter options, inetref, season and episode for custom and manual schedules