Opened 15 years ago
Closed 15 years ago
#997 closed defect (fixed)
"Save these settings" does not update the schedule as of [8553]
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | major | Milestone: | 0.19 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
To reproduce:
- Run mythbackend -v schedule
- From mythfrontend. go to any recording options page.
- Make any change to the attributes them select "[Save these settings]"
- The record table entry is updated but the scheduler does not run as it should if signalChange() was properly called.
Other buttons and changes do update the schedule. It is just saving the options pages that is failing.
Also, if the type is set to "Do not record this program", the record.type is set to 0 (this is bad) and the entry is not removed.
Change History (2)
Note: See
TracTickets for help on using
tickets.
I can reproduce this. I think I might have inadvertently changed the signature of ScheduledRecording::save() which would make calls using a parent pointer call use the parent's save()... If this is it this should only take a couple minutes to fix.