Opened 7 years ago
Closed 7 years ago
Last modified 6 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)
Changed 7 years ago by
Attachment: | mythweb_customschedfix.patch added |
---|
Changed 7 years ago by
Attachment: | mythweb_customschedfix.2.patch added |
---|
Updated patch--removed unrelated change from a different ticket
comment:1 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 6 years ago by
Milestone: | → 0.28 |
---|---|
Owner: | changed from Rob Smith to Karl Egly |
Patch to save filter options, inetref, season and episode for custom and manual schedules