Bugzilla – Attachment 34912 Details for
Bug 13404
More System information about GRS1 vs DOM settings
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13404 [QA Followup]
Bug-13404-QA-Followup.patch (text/plain), 2.36 KB, created by
Kyle M Hall (khall)
on 2015-01-02 16:46:06 UTC
(
hide
)
Description:
Bug 13404 [QA Followup]
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-01-02 16:46:06 UTC
Size:
2.36 KB
patch
obsolete
>From 894e6ee3ddda9b6474731e9e1bb7a15f7c04016c Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 1 Jan 2015 21:06:58 -0500 >Subject: [PATCH] Bug 13404 [QA Followup] > >--- > about.pl | 8 ++++---- > 1 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/about.pl b/about.pl >index cd55133..2794e1f 100755 >--- a/about.pl >+++ b/about.pl >@@ -86,7 +86,7 @@ if ( ! defined C4::Context->config('zebra_bib_index_mode') ) { > push @xml_config_warnings, { > error => 'zebra_bib_index_mode_warn' > }; >- if ($context->{'server'}->{'biblioserver'}->{'config'} !=~ /zebra-biblios-dom.cfg/) { >+ if ($context->{'server'}->{'biblioserver'}->{'config'} !~ /zebra-biblios-dom.cfg/) { > push @xml_config_warnings, { > error => 'zebra_bib_mode_seems_grs1' > }; >@@ -101,7 +101,7 @@ if ( ! defined C4::Context->config('zebra_bib_index_mode') ) { > if C4::Context->config('zebra_bib_index_mode') eq 'grs1'; > } > >-if ( (C4::Context->config('zebra_bib_index_mode') eq 'dom') && ($context->{'server'}->{'biblioserver'}->{'config'} !=~ /zebra-biblios-dom.cfg/) ) { >+if ( (C4::Context->config('zebra_bib_index_mode') eq 'dom') && ($context->{'server'}->{'biblioserver'}->{'config'} !~ /zebra-biblios-dom.cfg/) ) { > push @xml_config_warnings, { > error => 'zebra_bib_index_mode_mismatch_warn' > }; >@@ -117,7 +117,7 @@ if ( ! defined C4::Context->config('zebra_auth_index_mode') ) { > push @xml_config_warnings, { > error => 'zebra_auth_index_mode_warn' > }; >- if ($context->{'server'}->{'authorityserver'}->{'config'} !=~ /zebra-authorities-dom.cfg/) { >+ if ($context->{'server'}->{'authorityserver'}->{'config'} !~ /zebra-authorities-dom.cfg/) { > push @xml_config_warnings, { > error => 'zebra_auth_mode_seems_grs1' > }; >@@ -132,7 +132,7 @@ if ( ! defined C4::Context->config('zebra_auth_index_mode') ) { > if C4::Context->config('zebra_auth_index_mode') eq 'grs1'; > } > >-if ( (C4::Context->config('zebra_auth_index_mode') eq 'dom') && ($context->{'server'}->{'authorityserver'}->{'config'} !=~ /zebra-authorities-dom.cfg/) ) { >+if ( (C4::Context->config('zebra_auth_index_mode') eq 'dom') && ($context->{'server'}->{'authorityserver'}->{'config'} !~ /zebra-authorities-dom.cfg/) ) { > push @xml_config_warnings, { > error => 'zebra_auth_index_mode_mismatch_warn' > }; >-- >1.7.2.5
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 13404
:
34165
|
34166
|
34745
|
34912
|
35743
|
35744
|
35745