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

--- Comment #1 from Tomás Cohen Arazi <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to