Bug 13405 - System information has misleading information about indexing mode
authorZeno Tajoli <z.tajoli@cineca.it>
Mon, 19 Sep 2016 15:03:20 +0000 (17:03 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Sun, 25 Sep 2016 13:52:39 +0000 (13:52 +0000)
With this patch when <zebra_bib_index_mode> or <zebra_auth_index_mode> 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 <zebra_bib_index_mode> or <zebra_auth_index_mode> (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 <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/about.tt

index ad5eabd..8f7fcfb 100644 (file)
                     <th scope="row"><b>Warning</b></th>
                     <td>The &lt;zebra_bib_index_mode&gt; entry is set to 'grs1'.
                         GRS-1 support is now deprecated and will be removed in future releases.
-                        Please use DOM instead by setting &lt;zebra_bib_index_mode&gt; to
-                        'dom' (full reindex required).
+                        Please use DOM instead. To switch follow this page of wiki:
+                        <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
                     </td>
                 </tr>
                 [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %]
                     <th scope="row"><b>Warning</b></th>
                     <td>The &lt;zebra_auth_index_mode&gt; entry is set to 'grs1'.
                         GRS-1 support is now deprecated and will be removed in future releases.
-                        Please use DOM instead by setting &lt;zebra_auth_index_mode&gt; to
-                        'dom' (full reindex required).
+                        Please use DOM instead. To switch follow this page of wiki:
+                        <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
                     </td>
                 </tr>
                 [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %]