Opened 12 years ago
Closed 12 years ago
#11311 closed Bug Report - General (Invalid)
Double or trailing spacing in title prevents display in 'Watch Recordings'
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.26-fixes |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
If a recorded show title contains either
- a double space character anywhere in the title
- a single trailing space at the end of the title
then, the display group will show no recordings for that title and the error 'There are no recordings in your current view' is incorrectly positioned over the top of the list.
The following SQL selects all the recordings in my list that trigger this bug
SELECT * FROM `recorded` WHERE `title` LIKE '% %' OR `title` LIKE '% '
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | Screenshot - MythTV Frontend.png added |
---|
comment:1 Changed 12 years ago by
Resolution: | → Invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This was fixed four weeks ago.