Opened 11 years ago
Closed 11 years ago
Last modified 10 years ago
#8614 closed defect (fixed)
Mythweb: Record Length column in upcoming recordings is always blank
Reported by: | Owned by: | Rob Smith | |
---|---|---|---|
Priority: | minor | Milestone: | 0.24 |
Component: | Plugin - MythWeb | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
No matter what I sort by the Record Length column is always blank.
Thanks! D
Attachments (2)
Change History (6)
Changed 11 years ago by
Attachment: | 8614.patch added |
---|
comment:1 Changed 11 years ago by
Changed 11 years ago by
Attachment: | 8614_2.patch added |
---|
comment:2 Changed 11 years ago by
Attached 8614_2.patch . This version doesn't make any assumptions about the number of parameters passed in. I believe this is a more generic and correct patch.
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by
Milestone: | unknown → 0.24 |
---|
Note: See
TracTickets for help on using
tickets.
Added a simple patch to address the issue. The intended purpose of the tn() function wasn't exactly clear to me but it looks like it's only used to pass a singular or plural version of a message, so I made it more explicit (and a little simpler).
Thanks! D