https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29208 Bug ID: 29208 Summary: Issue with items.uri transformation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: severine.queune@bulac.fr QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl When an URI is filled for a specific item, the "Link to resource" transforms the character '%' in '%25', which is a problem for some links using codes for non latin characters for example. To reproduce : - add the following link in the items's URI field : https://bina.bulac.fr/search?query=%E6%9D%B1%E9%9B%85&query_type=exact_match&record_types%5B%5D=Item&submit_search=Search - use the "Link to resource" : you can see that no results are found because the URI is transformed in : https://bina.bulac.fr/search?query=%25E6%259D%25B1%25E9%259B%2585&query_type=exact_match&record_types%255B%255D=Item&submit_search=Search Bug seen in 20.11.10 and master 21.06.00.031 for both staff client and OPAC. Not sure I choose the good component category... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.