Opened 17 years ago

Closed 17 years ago

#3209 closed defect (fixed)

Problem displaying manual search (non-custom) recording schedules

Reported by: Nick Morrott <knowledgejunkie@…> Owned by: xris
Priority: minor Milestone: unknown
Component: mythweb Version: head
Severity: medium Keywords: display manual recording schedules
Cc: Ticket locked: no

Description

Custom schedules display fine (with a /mythweb/tv/schedules/custom/nnnn type URL) whereas manual schedules fail to display anything - just a blank white page - (with a /mythweb/tv/detail?recordid=nnnn URL).

The issue looks related to the if-test on line 104 of mythweb/modules/tv/tmpl/default/schedules.php - the "if ($schedule->search)" seems to fail, resulting in the "echo 'detail?recordid='.$schedule->recordid" url being output instead of the schedules/manual/$schedule->recordid URL if the schedule is detected as a manual search.

Change History (2)

comment:1 Changed 17 years ago by Nick Morrott <knowledgejunkie@…>

Just checked out r13073 and the problem seems to have resolved.

comment:2 Changed 17 years ago by xris

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.