Opened 16 years ago

Closed 15 years ago

#5669 closed patch (fixed)

mythweb - "Mythtv Status" and title outline not updated when schedule is created

Reported by: Bruce Heavner <bruce@…> Owned by: Rob Smith
Priority: minor Milestone: unknown
Component: mythweb Version: 0.21
Severity: medium Keywords:
Cc: Ticket locked: no

Description

To reproduce, on .21: View a program detail that is not currently scheduled, choose any of the record options, and "update recording settings". The title outline and mythtv status is not updated until you manually refresh the page. Compare this with the same program that is now currently scheduled. Cancel the schedule, and "update recording settings". Immediately, without a page refresh, the title outline goes away, and the mythtv status goes back to default.

I've patched my own system: /var/www/mythweb/modules/tv/detail.php

line 238-239:

 // Relocate back to the program details page
     redirect_browser(root.'tv/detail/'.$schedule->chanid.'/'.$schedule->starttime);

This not original code, I copied it from the section for cancelling the schedule, line 196-197.

Change History (2)

comment:1 Changed 15 years ago by Rob Smith

Owner: changed from xris to Rob Smith
Status: newaccepted

Please create a patch and attach it in the future

comment:2 Changed 15 years ago by Rob Smith

Resolution: fixed
Status: acceptedclosed

(In [19022]) Fixes #5669, this redirects after a schedule save so the theme updates correctly

Note: See TracTickets for help on using tickets.