Opened 6 years ago
Closed 3 years ago
#12459 closed Patch - Bug Fix (Won't Fix)
libmyth/programinfo.cpp bug. fixes 'Program Finder' issue.
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | 0.28.2 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | LoadFromProgram ProgramFinder |
Cc: | Ticket locked: | no |
Description
This fixes a problem I was having with out of order and duplicated times on the 'Program Finder' page in mythfrontend.
I have multiple sources with overlapping channels and this was causing duplicate time entries.
The code which fixes these issues was moved in changeset:21caaa4beb , but subtly broken.
The arg 'sql' is copied into var 'queryStr' and modified, but then the result is just ignored when it passes the arg 'sql' to the next function.
From the changeset message I don't think this breakage was intentional.
Attachments (1)
Change History (6)
Changed 6 years ago by
Attachment: | programinfo.patch added |
---|
comment:1 Changed 6 years ago by
Milestone: | unknown → 0.28 |
---|---|
Owner: | set to stuartm |
Status: | new → assigned |
comment:2 Changed 6 years ago by
comment:3 Changed 5 years ago by
Milestone: | 0.28 → 0.28.1 |
---|
Moving unresolved tickets to next point release
comment:4 Changed 4 years ago by
Milestone: | 0.28.1 → 0.28.2 |
---|
Moving remaining open 0.28.1 tickets to 0.28.2
comment:5 Changed 3 years ago by
Resolution: | → Won't Fix |
---|---|
Status: | assigned → closed |
Closing any remaining tickets for 0.28, if the issue persists, feel free to reopen and align to v29 or master
We need to move the groupBy clause into programfinder instead. I'll do that as soon as I get some free time.