[Bug 29481] New: Terminology: Collection code, call number:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 Bug ID: 29481 Summary: Terminology: Collection code, call number: Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org This is from the new strings for 21.11: koha-tmpl/opac-tmpl/bootstrap/en/xslt/MARC21slim2OPACResults.xsl:1513 Terminology: Collection code, call number: We have standardized on just "collection" as we display the description and not a code. This should be fixed accordingly. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 127728 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127728&action=edit Bug 29481: Terminology: Collection code, call number This patch corrects an instance of the phrase "Collection code," replacing it with the standard "Collection." To test, apply the patch and restart services. - In the staff interface, go to Administration -> System preferences and set the OpacItemLocation preference to "library, collection code, and call number." - In the OPAC, search the catalog using a term which will return multiple results. - In the search results, item descriptions in the "Availability" line should read like this: [Collection, call number: Non-fiction 394.2663 Bu] -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 PTFS Europe Sandboxes <sandboxes@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #127728|0 |1 is obsolete| | --- Comment #2 from PTFS Europe Sandboxes <sandboxes@ptfs-europe.com> --- Created attachment 127899 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127899&action=edit Bug 29481: Terminology: Collection code, call number This patch corrects an instance of the phrase "Collection code," replacing it with the standard "Collection." To test, apply the patch and restart services. - In the staff interface, go to Administration -> System preferences and set the OpacItemLocation preference to "library, collection code, and call number." - In the OPAC, search the catalog using a term which will return multiple results. - In the search results, item descriptions in the "Availability" line should read like this: [Collection, call number: Non-fiction 394.2663 Bu] Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 Barbara Johnson <barbara.johnson@bedfordtx.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |barbara.johnson@bedfordtx.g | |ov Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com --- Comment #3 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Should we fix the other occurrences as well? koha-tmpl/intranet-tmpl/prog/en/columns.def:<field name="items.ccode">Collection code</field> koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref: ccode: "Collection code" and in the framework installer files. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #127899|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 128695 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128695&action=edit Bug 29481: Terminology: Collection code, call number This patch corrects an instance of the phrase "Collection code," replacing it with the standard "Collection." To test, apply the patch and restart services. - In the staff interface, go to Administration -> System preferences and set the OpacItemLocation preference to "library, collection code, and call number." - In the OPAC, search the catalog using a term which will return multiple results. - In the search results, item descriptions in the "Availability" line should read like this: [Collection, call number: Non-fiction 394.2663 Bu] Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 128696 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128696&action=edit Bug 29481: Terminology: Fix other occurrences of 'Collection code' This changes Â"collection code" to be "collection" as Koha displays the collection description and no codes. This will also help to make the GUI more consistent overall. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #128696|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 128697 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128697&action=edit Bug 29481: Terminology: Fix other occurrences of 'Collection code' This changes "collection code" to be "collection" as Koha displays the collection description and no codes. This will also help to make the GUI more consistent overall. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Jonathan Druart from comment #3)
Should we fix the other occurrences as well? koha-tmpl/intranet-tmpl/prog/en/columns.def:<field name="items.ccode">Collection code</field> koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref: ccode: "Collection code"
and in the framework installer files.
I made the additional changes, would you mind checking them? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Terminology: Collection |Terminology: Collection |code, call number: |code -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #128695|0 |1 is obsolete| | Attachment #128697|0 |1 is obsolete| | --- Comment #8 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 128725 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128725&action=edit Bug 29481: Terminology: Collection code, call number This patch corrects an instance of the phrase "Collection code," replacing it with the standard "Collection." To test, apply the patch and restart services. - In the staff interface, go to Administration -> System preferences and set the OpacItemLocation preference to "library, collection code, and call number." - In the OPAC, search the catalog using a term which will return multiple results. - In the search results, item descriptions in the "Availability" line should read like this: [Collection, call number: Non-fiction 394.2663 Bu] Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 --- Comment #9 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 128726 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128726&action=edit Bug 29481: Terminology: Fix other occurrences of 'Collection code' This changes "collection code" to be "collection" as Koha displays the collection description and no codes. This will also help to make the GUI more consistent overall. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |22.05.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 --- Comment #10 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to master for 22.05, thanks to everybody involved 🦄 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |kyle@bywatersolutions.com Version(s)|22.05.00 |22.05.00,21.11.03 released in| | --- Comment #11 from Kyle M Hall <kyle@bywatersolutions.com> --- Pushed to 21.11.x for 21.11.03 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29481 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED CC| |andrew@bywatersolutions.com Resolution|--- |FIXED --- Comment #12 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Missing dependency, not backported to 21.05 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org