From 4e8209d595137168667d81875d024e6954fea102 Mon Sep 17 00:00:00 2001 From: Zeno Tajoli Date: Mon, 19 Sep 2016 17:03:20 +0200 Subject: [PATCH] Bug 13405 - System information has misleading information about indexing mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit With this patch when or are set to 'grs1' it appears a link to https://wiki.koha-community.org/wiki/Switching_to_dom_indexing instead of a misleading information. To test: a)Insert 'grs1' in or (file koha-conf.xml) b)It appers a misleading warning c)Apply the patch d)It appears a link to https://wiki.koha-community.org/wiki/Switching_to_dom_indexing. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall (cherry picked from commit cdac530034a6b478b95e2d99ddc171529ee1a6c7) Signed-off-by: Frédéric Demians --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index b6add13e2a..612d28ce2c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -204,8 +204,8 @@ Warning The <zebra_bib_index_mode> entry is set to 'grs1'. GRS-1 support is now deprecated and will be removed in future releases. - Please use DOM instead by setting <zebra_bib_index_mode> to - 'dom' (full reindex required). + Please use DOM instead. To switch follow this page of wiki: + Switching to dom indexing [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %] @@ -218,8 +218,8 @@ Warning The <zebra_auth_index_mode> entry is set to 'grs1'. GRS-1 support is now deprecated and will be removed in future releases. - Please use DOM instead by setting <zebra_auth_index_mode> to - 'dom' (full reindex required). + Please use DOM instead. To switch follow this page of wiki: + Switching to dom indexing [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %] -- 2.39.5