[Koha-bugs] [Bug 28560] New: Slash with non-ascii library code breaks various things

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jun 13 21:10:08 CEST 2021


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

            Bug ID: 28560
           Summary: Slash with non-ascii library code breaks various
                    things
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: victor at tuxayo.net
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

== Test plan ==
create a library with code ko/ha and another with Ä/A

A. 
1. Try to hold from the OPAC with delivery to ko/ha
2. => ERROR: Internal error: incomplete hold request.
(odd, nothing in all the logs, just a happy HTTP request returning 200)

B.
1. Staff interface
2. set library: Ä/A (the slash isn't enought to cause issues)
3. transfer item to any another library
4. => Broken FK constraint at /usr/share/perl5/Exception/Class/Base.pm line 88
Oddly it works with ko/ha

C.
1. Staff interface
2. set library: Ä/A (the slash isn't enought to cause issues)
3. checkout an item
4. => Broken FK constraint at /usr/share/perl5/Exception/Class/Base.pm line 88
Oddly it works with ko/ha

D.
1. Staff interface
2. set library: NOT Ä/A
3. checkout an item
4. set library: Ä/A
5. partron page => checkout tab => show checkouts
6. try to check in
7. => it's loads for ever
8. => logs: Broken FK constraint at /usr/share/perl5/Exception/Class/Base.pm
line 88
9. refresh page
10. The item has actually been checked in. (not sure if DB is in a consistent
state)

E.
Same but use the check in tab of the search box, next to the Koha logo

-- 
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