[Koha-bugs] [Bug 14006] about.pl checks the wrong zebra index mode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 20 20:48:25 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14006

--- Comment #1 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 38207
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38207&action=edit
Bug 14006: about.pl checks the wrong zebra index mode

This trivial patch makes the about page correctly test for
configuration mismatches. Specifically it fixes the situation
in which the koha-config.xml file points to zebra-biblios-dom.xml
but has 'zebra_bib_index_mode' set to grs1.
The test incorrectly queried for 'zebra_auth_index_mode' being set to grs1.'

To test:
- Have a DOM setup.
- Change koha-conf.xml so zebra_bib_index_mode = grs1
=> FAIL: No configuration missmatch is shown.
- Apply the patch
- Reload the about page
=> SUCCESS: A zebra configuration missmatch is shown.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list