[Koha-bugs] [Bug 27940] New: KohaAdminEmailAddress is missing from OpacMaintenance page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 12 11:18:44 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27940

            Bug ID: 27940
           Summary: KohaAdminEmailAddress is missing from OpacMaintenance
                    page
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: magnus at libriotech.no
        QA Contact: testopia at bugs.koha-community.org

To reproduce:

KohaAdminEmailAddress = Some valid email address
OpacMaintenance = Show

OPAC/cgi-bin/koha/maintenance.pl shows this text:

Koha online catalog is offline for system maintenance. We'll be back soon! If
you have any questions, please contact the site administrator. 

"site administrator" is a link, but it only links to "mailto:", the actual
email address from KohaAdminEmailAddress is missing. 

I think the problem is here:

<p>The [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha
online[% END %] catalog is offline for system maintenance. We'll be back soon!
If you have any questions, please contact the <a href="mailto:[%
KohaAdminEmailAddress | uri %]">site administrator</a></p>

Specifically, [% KohaAdminEmailAddress | uri %] does not actually get the value
from KohaAdminEmailAddress. 

Patch coming!

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list