[Bug 10957] New: 710$a with 710$b (subordinate unit) present shows wrong (XSLT)
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10957 Bug ID: 10957 Summary: 710$a with 710$b (subordinate unit) present shows wrong (XSLT) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org Created attachment 21494 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21494&action=edit sample If both 710$a and 710$b are present they are pasted together without punctuation or space between. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10957 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10957 --- Comment #1 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 21501 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21501&action=edit Bug 10957: 710$a with 710$b (subordinate unit) present shows wrong (XSLT) This patch fixes a visualization problem with XSLTs for 710$a and 710$b in both Intranet and OPAC interfaces, on both search results and detail pages. To test: - Create two bibliographic records. a) One with only 710$a b) One with 710$a and 710$b - Do a search on OPAC and Intranet and see 710$a and 710$b are put together without a space in the middle. - Enter the detail page (in both interfaces) and see the problem is present there too. - Apply the patch - It should look as expeced. Regards To+ Sponsored-by: Universidad Nacional de Cordoba -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10957 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard@myacpl.org |tomascohen@gmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10957 I'm just a bot <gitbot@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gitbot@bugs.koha-community. | |org When did the bot| |2013-09-29 last check this| | --- Comment #2 from I'm just a bot <gitbot@bugs.koha-community.org> --- Patch applied cleanly, go forth and signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10957 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Change sponsored?|--- |Sponsored -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10957 Paola Rossi <paola.rossi@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #21494|0 |1 is obsolete| | Attachment #21501|0 |1 is obsolete| | --- Comment #3 from Paola Rossi <paola.rossi@cineca.it> --- Created attachment 21941 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21941&action=edit 710$a with 710$b (subordinate unit) present shows wrong (XSLT) I sign off the patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10957 Paola Rossi <paola.rossi@cineca.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |paola.rossi@cineca.it -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10957 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Tomas, what i did was using an authority with $a $b $b (as $b is noted as repeatable). The generated string looked like this: Staff detail: a. b, -- c. Staff result: a. b I wonder about the different generation of the display in result and detail. I think that the punctuation should be cataloged with the record, so maybe -- would not be needed. But, I am not really sure how this should look like. Note: a separeate patch will be needed for the bootstrap OPAC. Leaving as 'signed off', but please comment. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10957 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle@bywatersolutions.com --- Comment #5 from Kyle M Hall <kyle@bywatersolutions.com> --- Question: does this need a unimarc followup, or does this bug not affect unimarc? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10957 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think the fields and XSLT stylesheets for UNIMARC are quite different, so I think this could go with a MARC21 patch only. Tomas, could you take a look at my comments in comment 4? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10957 --- Comment #7 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Katrin Fischer from comment #4)
Hi Tomas,
what i did was using an authority with $a $b $b (as $b is noted as repeatable). The generated string looked like this:
Staff detail: a. b, -- c.
Staff result: a. b
I wonder about the different generation of the display in result and detail. I think that the punctuation should be cataloged with the record, so maybe -- would not be needed. But, I am not really sure how this should look like.
Note: a separeate patch will be needed for the bootstrap OPAC.
Leaving as 'signed off', but please comment.
Jared told me on IRC it was customary to use -- for $c. In any case, I just left it as it was before (if i recall). -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10957 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |RESOLVED Resolution|--- |DUPLICATE --- Comment #8 from Tomás Cohen Arazi <tomascohen@gmail.com> --- *** This bug has been marked as a duplicate of bug 12465 *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org