Bug 24708

Summary: Update Z39.50 server attribute in fr-CA installation file
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: Installation and upgrade (web-based installer)Assignee: Caroline Cyr La Rose <caroline.cyr-la-rose>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: 1joynelson, david, f.demians, gmcharlt
Version: master   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
This enhancement adds a PQF attribute to the BANQ entry in the fr-CA sample z39.50 servers list, enabling the search to work correctly.
Version(s) released in:
20.05.00
Bug Depends on: 11297    
Bug Blocks:    
Attachments: Attachment to Bug 24708 - Update Z39.50 server attribute in fr-CA installation file
Bug 24708: Update Z39.50 server attribute in fr-CA installation file
Bug 24708: Update Z39.50 server attribute in fr-CA installation file

Description Caroline Cyr La Rose 2020-02-21 18:04:46 UTC
Now that bug 11297 has been pushed to master, I'd like to amend the installer/data/mysql/fr-CA/facultatif/sample_z3950_servers.sql file to add the attribute necessary for one of the servers to work.
Comment 1 Caroline Cyr La Rose 2020-02-21 18:16:27 UTC
Created attachment 99426 [details] [review]
Attachment to Bug 24708 - Update Z39.50 server attribute in fr-CA installation file

Bug 24708: Update Z39.50 server attribute in fr-CA installation file

Now that bug 11297 has been pushed to master, I'd like to amend the 
installer/data/mysql/fr-CA/facultatif/sample_z3950_servers.sql file to add the 
attribute necessary for one of the servers to work.

This patch adds the attribute in the fr-CA sample_z3950_servers.sql file.

To test :
1) Apply patch
2) Go to the database and delete all Z39.50 servers (delete from z3950servers;)
3) Apply the sample_z3950_servers.sql found in installer/data/mysql/fr-CA/facultatif/
4) In Koha, go to Cataloging and choose to add a record from Z39.50
5) Check BANQ and make a search, you should get results
Comment 2 David Nind 2020-02-21 19:56:04 UTC
Created attachment 99430 [details] [review]
Bug 24708: Update Z39.50 server attribute in fr-CA installation file

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 David Nind 2020-02-21 20:02:26 UTC
Comment on attachment 99426 [details] [review]
Attachment to Bug 24708 - Update Z39.50 server attribute in fr-CA installation file

Not sure what I did here, obsoleting so only one patch.
Comment 4 Katrin Fischer 2020-02-23 09:49:51 UTC
Created attachment 99462 [details] [review]
Bug 24708: Update Z39.50 server attribute in fr-CA installation file

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 5 Martin Renvoize 2020-02-24 10:05:38 UTC
Nice work everyone!

Pushed to master for 20.05
Comment 6 Joy Nelson 2020-03-30 21:41:43 UTC
Enhancement not pushed to 19.11.x branch