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

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #6 from David Nind <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to