[Koha-bugs] [Bug 33314] New: Link to bibliographic record incomplete in default TICKET_NOTIFY notice

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 22 19:54:49 CET 2023


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

            Bug ID: 33314
           Summary: Link to bibliographic record incomplete in default
                    TICKET_NOTIFY notice
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Notices
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: caroline.cyr-la-rose at inlibro.com
        QA Contact: testopia at bugs.koha-community.org

When reporting a catalog concern, an email is sent to the cataloging team with
a link to the bibliographic record in question. However, this link seems to be
incomplete. (Might be linked to bug 33313, but I think the source of the
problem is different...)

To reproduce:
1. Make sure staffClientBaseURL is filled correctly
2. Enable CatalogConcerns
3. Enter an email address in CatalogerEmails
4. Go to a bibliographic record in the staff interface
5. Click New > New catalog concern
6. Fill out the form and click Submit
7. Check the message_queue table for the message
   --> In the message, the link base to the record is empty
   a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=61"

Unfortunately, it's not as easy as changing the pref name to staffClientBaseURL
because the line in the notice is [%- INCLUDE 'biblio-title.inc'
biblio=ticket.biblio link = 1 -%]. So I'm guessing it's taking the baseURL
somewhere else, but I don't know where.

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


More information about the Koha-bugs mailing list