http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13355 Bug ID: 13355 Summary: System preferences tab value wrong in templates Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org To reproduce: (1) - Choose a tab on the sysprefs section (for example 'Enhanced Content') - Right click on 'Enhanced Content preferences' title, and choose to 'inspect' the code => FAIL: you will see below the form tag something like: <input type="hidden" name="op" value="save"> <input type="hidden" name="tab" value=""> (2) - Do a syspref search (for example 'facet'). - Right click on one of the category titles (for example 'OPAC preferences') => FAIL: you will see below the form tag something like: <input type="hidden" name="op" value="save"> <input type="hidden" name="tab" value="HASH(0x6e53050)"> -- You are receiving this mail because: You are watching all bug changes.