Bug 29259

Summary: Url contains slash '/' instead of encoded slash '%2F'
Product: Koha Reporter: Andrii Veremeienko <andriiverem>
Component: Hold requestsAssignee: Andrii Veremeienko <andriiverem>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: dcook, gmcharlt, jonathan.druart, nugged
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 29257    
Bug Blocks:    

Description Andrii Veremeienko 2021-10-17 15:13:23 UTC Comment hidden (obsolete)
Comment 1 Andrii Veremeienko 2021-10-17 15:39:14 UTC
Description:

After placing hold with multiple items user is redirected to a link which contains slashes instead of encoded slashes as a delimiters between biblionumbers.
The slash '/' character is reserved for the delimiting of substrings whose relationship is hierarchical. So for biblionumbers enumeration encoded slash should be used.

Steps to reproduce:

1. Search for an items;
2. Select multiple items and start placing hold for them;
3. Enter a patron card number;
4. Complete hold placing by clicking 'Place hold';
5. Note that after redirection hold list, URL contains slashes '/' instead of encoded slashes '%2F' as a delimiters between biblionumbers;
e.g.: request.pl?biblionumbers=233/54
Comment 2 Jonathan Druart 2021-11-04 13:31:36 UTC

*** This bug has been marked as a duplicate of bug 28782 ***