[Koha-bugs] [Bug 33313] TICKET_NOTIFY looking for IntranetBaseURL rather than staffClientBaseURL in default notice

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 23 21:32:14 CEST 2023


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #6 from David Nind <david at davidnind.com> ---
This fixes the link to the cataloging concerns management page, so happy to
sign it off.

In addition, should the link to the record title be fixed as well, or should I
log that as a separate bug? For example: I used Programming Perl - the link for
this in the email is to
http://cgi-bin/koha/catalogue/detail.pl?biblionumber=262 (in the notice it is
<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=262" class="title">),
which is an invalid link without the domain name.

Testing notes (using KTD):

1. After applying the patch, reset_all refreshes everything with the updated
notice. (Need to set the required system preferences - enable CatalogConcerns,
have a value for set CatalogerEmails, have a valid value for
staffClientBaseURL, and have a valid email for the patron submitting the
concern).

2. I'm not sure of the right steps using KTD to do the bonus test (test update
from 22.11 to 23.05), so I haven't done that.

3. I set up email to test the actual emails received.[1]

[1] To test sending emails using a Google account, edit
/etc/koha/sites/kohadev/koha-conf.xml file and add this configuration near the
end (where <user_name> = your Google email address; <password> = your APP
password, not your Google account password):

 <smtp_server>
    <host>smtp.gmail.com</host>
    <port>587</port>
    <timeout>5</timeout>
    <ssl_mode>STARTTLS</ssl_mode>
    <user_name>GOOGLEACCOUNTUSER</user_name>
    <password>GOOGLEAPPPASSWORD</password>
    <debug>1</debug>
 </smtp_server>

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


More information about the Koha-bugs mailing list