[mythtv-commits] Ticket #5669: mythweb - "Mythtv Status" and title outline not updated when schedule is created

MythTV mythtv at cvs.mythtv.org
Fri Sep 5 03:29:59 UTC 2008


#5669: mythweb - "Mythtv Status" and title outline not updated when schedule is
created
---------------------------------------------------+------------------------
 Reporter:  Bruce Heavner <bruce at theheavners.net>  |       Owner:  xris   
     Type:  patch                                  |      Status:  new    
 Priority:  minor                                  |   Milestone:  unknown
Component:  mythweb                                |     Version:  0.21   
 Severity:  medium                                 |     Mlocked:  0      
---------------------------------------------------+------------------------
 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.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5669>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list