Opened 13 years ago

Closed 12 years ago

#9720 closed Patch - Bug Fix (Fixed)

Problems editing manual schedules with MythWeb UI

Reported by: lantzer@… Owned by: Rob Smith
Priority: minor Milestone: unknown
Component: Plugin - MythWeb Version: 0.24-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

When editing a manual schedule in MythWeb, it changes the previously selected channel because it marks every channel in the drop down list as selected. After making changes and telling it to save the schedule, the request fails because of a redirection error. The first problem is caused by the variable name $chanid being used to reference two different values. The second problem is solved by adding "root_url" to the beginning of the URL. I will be attaching a diff of the changes I've made to mythweb/modules/tv/schedules_manual.php, which seem to fix these problems on my system.

mythfrontend --version Please attach all output as a file in bug reports. MythTV Version : v0.24-231-gc2baf1b MythTV Branch : fixes/0.24 Network Protocol : 63 Library API : 0.24.20101129-1 QT Version : 4.7.1 Options compiled in:

linux release using_alsa using_jack using_oss using_pulse using_pulseoutput using_backend using_bindings_perl using_bindings_python using_crystalhd using_dvb using_firewire using_frontend using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu using_libfftw3 using_lirc using_mheg using_opengl_video using_opengl_vsync using_qtdbus using_qtwebkit using_v4l using_x11 using_xrandr using_xv using_xvmc using_xvmc_vld using_xvmcw using_bindings_perl using_bindings_python using_mythtranscode using_opengl using_vdpau using_ffmpeg_threads using_live using_mheg

Attachments (1)

schedules_manual.php.diff (926 bytes) - added by lantzer@… 13 years ago.

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by lantzer@…

Attachment: schedules_manual.php.diff added

comment:1 Changed 12 years ago by Rob Smith

Resolution: Fixed
Status: newclosed

Fixed in e1a2b32

Note: See TracTickets for help on using tickets.