Summary: | Random biblionumber passed when clicking 'Z3950 SRU/Search' from the search results in staff client | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Staff interface | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | critical | ||
Priority: | P5 - low | CC: | gmcharlt, lnilsson, rudolfbyker |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
22.11.00
|
Circulation function: | |
Attachments: |
Bug 32172: Remove biblionumber param from Z3950 popup on results
Bug 32172: Remove biblionumber param from Z3950 popup on results Bug 32172: Remove biblionumber param from Z3950 popup on results |
Description
Nick Clemens (kidclamp)
2022-11-10 20:58:53 UTC
Created attachment 143728 [details] [review] Bug 32172: Remove biblionumber param from Z3950 popup on results This param is not defined in routine, who knows whereit comes from To test: 1 - Enable coce and coce intranet, select all providers: https://coce.bywatersolutions.com 2 - Search on staff client 3 - Click Z3950 search 4 - Note url contains a random biblionumber 5 - Apply patch 6 - Repeat 7 - No biblionumber Created attachment 143739 [details] [review] Bug 32172: Remove biblionumber param from Z3950 popup on results This param is not defined in routine, who knows whereit comes from To test: 1 - Enable coce and coce intranet, select all providers: https://coce.bywatersolutions.com 2 - Search on staff client 3 - Click Z3950 search 4 - Note url contains a random biblionumber 5 - Apply patch 6 - Repeat 7 - No biblionumber Signed-off-by: David Nind <david@davidnind.com> Created attachment 143951 [details] [review] Bug 32172: Remove biblionumber param from Z3950 popup on results This param is not defined in routine, who knows whereit comes from To test: 1 - Enable coce and coce intranet, select all providers: https://coce.bywatersolutions.com 2 - Search on staff client 3 - Click Z3950 search 4 - Note url contains a random biblionumber 5 - Apply patch 6 - Repeat 7 - No biblionumber Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Pushed to master for 22.11. Nice work everyone, thanks! |