Bugzilla – Bug 16062
Settings page in Classic skin broken
Last modified: 2010-04-14 20:25:59 UTC
After revision 30485 it no longer works to select the different setting sections in the Classic skin in the web interface. It works in 30484 but in 30485 I just get an our glass when I select something else than "Basic Settings" which is shown by default.
yep, passing playerid to settings.js seems to be the problem
== Auto-comment from SVN commit #30576 to the slim repo by mherger == == http://svn.slimdevices.com/slim?view=revision&revision=30576 == Fixed Bug: 16062 Description: use needsClient to decide whether we want client settings or not. playerid is now set for all settings pages, not only player relevant pages.
== Auto-comment from SVN commit #30609 to the slim repo by kdf == == http://svn.slimdevices.com/slim?view=revision&revision=30609 == Bug: 16062 Description: backport of a fix in 7.6 to keep the save settings button on all settings pages.