Bugzilla – Attachment 55699 Details for
Bug 13405
System information has misleading information about indexing mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13405 - System information has misleading information about indexing mode
Bug-13405---System-information-has-misleading-info.patch (text/plain), 2.58 KB, created by
Mark Tompsett
on 2016-09-19 17:27:28 UTC
(
hide
)
Description:
Bug 13405 - System information has misleading information about indexing mode
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2016-09-19 17:27:28 UTC
Size:
2.58 KB
patch
obsolete
>From 8391e800708736a83ae3c6966aa1101181804c17 Mon Sep 17 00:00:00 2001 >From: Zeno Tajoli <z.tajoli@cineca.it> >Date: Mon, 19 Sep 2016 17:03:20 +0200 >Subject: [PATCH] Bug 13405 - System information has misleading information > about indexing mode > >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> >--- > 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 f004c75..5575f26 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 @@ > <th scope="row"><b>Warning</b></th> > <td>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: >+ <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' %] >@@ -218,8 +218,8 @@ > <th scope="row"><b>Warning</b></th> > <td>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: >+ <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' %] >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13405
:
55694
|
55699
|
55794