Summary: | Library URL broken in the libraries table | ||
---|---|---|---|
Product: | Koha | Reporter: | Janusz Kaczmarek <januszop> |
Component: | Staff interface | Assignee: | Janusz Kaczmarek <januszop> |
Status: | RESOLVED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | david, fridolin.somers, gmcharlt, lucas, michaela.sieber, wainuiwitikapark |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This fixes the URL link for a library in the staff interface (Administration > Basic parameters > Libraries) so that it works as expected. The link was not correctly formatted and it generated a 404 page not found error.
|
|
Version(s) released in: |
24.11.00,24.05.06,23.11.11
|
Circulation function: | |
Attachments: |
Bug 37233: Library URL broken on in libraries tables
Bug 37233: Library URL broken on in libraries tables |
Description
Janusz Kaczmarek
2024-07-02 15:22:51 UTC
Created attachment 168380 [details] [review] Bug 37233: Library URL broken on in libraries tables The URL given for a library is badly encoded in the table on the /cgi-bin/koha/admin/branches.pl page. As a result, clicking on the link leads to 404 page. Test plan: ========== 1. Have a library with a URL defined. 2. In the table on the Libraries page (/cgi-bin/koha/admin/branches.pl) click the link with the URL. You should get "Error 404". 3. Apply the patch; restart_all. 4. Go to the Libraries page. Ctrl+R to reload JS. You should be able to reach the URL given in the library setup now. Created attachment 168402 [details] [review] Bug 37233: Library URL broken on in libraries tables The URL given for a library is badly encoded in the table on the /cgi-bin/koha/admin/branches.pl page. As a result, clicking on the link leads to 404 page. Test plan: ========== 1. Have a library with a URL defined. 2. In the table on the Libraries page (/cgi-bin/koha/admin/branches.pl) click the link with the URL. You should get "Error 404". 3. Apply the patch; restart_all. 4. Go to the Libraries page. Ctrl+R to reload JS. You should be able to reach the URL given in the library setup now. Signed-off-by: David Nind <david@davidnind.com> Picked from QA queue for push to main. Pushed for 24.11! Well done everyone, thank you! Backported to 24.05.x for upcoming 24.05.06 Pushed to 23.11.x for 23.11.11 Not backporting to 22.11 |