Ticket #5685 (closed defect: fixed)
Opened 4 years ago
Last modified 3 years ago
Bug in mythweb around properly selecting the "Check for duplicates in:" dropbox
| Reported by: | robert.macaulay@… | Owned by: | xris |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythweb | Version: | 0.21-fixes |
| Severity: | medium | Keywords: | mythweb dupin |
| Cc: | Ticket locked: | no |
Description
Mythweb properly sets the value of dupin for a schedule, but on load and display, the logic was slightly off that caused it to reset on next update. Which would cause the "Check for duplicates in:" portion of dupin to be constantly reset to all recordings instead of what the user picked.
If you made a change to it, it would work, but when you went back to make an additional change, the drop box would have reset to All recordings, which then would update dupin.
Attachments
Change History
Changed 4 years ago by robert.macaulay@…
- Attachment mythweb.patch added
comment:1 Changed 4 years ago by robert.macaulay@…
ack, the component should be mythweb instead of mythtv.
comment:2 follow-up: ↓ 3 Changed 4 years ago by paulh
- Owner changed from ijr to xris
- Component changed from mythtv to mythweb
comment:3 in reply to: ↑ 2 Changed 4 years ago by psipsi
This patch works great for me (I use this feature in mythweb). Thanks!
comment:4 Changed 4 years ago by kormoc
- Status changed from new to closed
- Resolution set to fixed
comment:5 Changed 3 years ago by robert.macaulay@…
Could this be applied to 0.21-fixes as well? Thanks

Patch to address bug