[Bug 7700] New: Cart's more details view shows identity numbers
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 Priority: P5 - low Change sponsored?: --- Bug ID: 7700 Assignee: oleonard@myacpl.org Summary: Cart's more details view shows identity numbers QA Contact: koha.sekjal@gmail.com Severity: enhancement Classification: Unclassified OS: All Reporter: katrin.fischer@bsz-bw.de Hardware: All Status: NEW Version: master Component: OPAC Product: Koha Created attachment 8154 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8154&action=edit screenshot The "More Details" view of the cart in OPAC shows too many subfields. Especially identity numbers from $0 subfields are not interesting for the user. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8161 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8161&action=edit Bug 7700: Cart's more details view shows identity numbers We already remove $9 with Koha's authority number from output of GetMarcSubjects and GetMarcAuthors. Patch additionally removes $0 subfields with identity numbers. Patch also effects detail pages with normal (non-XSLT) views. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |jcamins@cpbibliography.com Assignee|oleonard@myacpl.org |katrin.fischer@bsz-bw.de -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8161|0 |1 is obsolete| | --- Comment #2 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 8168 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8168&action=edit Bug 7700: Cart's more details view shows identity numbers We already remove $9 with Koha's authority number from output of GetMarcSubjects and GetMarcAuthors. Patch additionally removes $0 subfields with identity numbers. Patch also effects detail pages with normal (non-XSLT) views. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 Ian Walls <koha.sekjal@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #3 from Ian Walls <koha.sekjal@gmail.com> --- Strips out MARC21 subfield 0 in subjects and authors in normal view. Since this is pretty solidly always undesirable information to display, I think this filteration is okay. It would be better to have something universally configurable, but that's a much grander project. Marking as Passed QA. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |francois.charbonnier@biblib | |re.com, | |gaetan.boisson@biblibre.com | |, | |paul.poulain@biblibre.com, | |stephane.delaye@biblibre.co | |m --- Comment #4 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment : won't push this patch immediatly, as I think it's also relevant for UNIMARC, so the patch could be simpler ;-) ccing one of BibLibre librarians. Gaetan/Stéphane/francois, your opinion: couldn't we also remove $0 when building subjects/authors ? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Didn't want to break something - so was super careful here :) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 --- Comment #6 from Gaetan Boisson <gaetan.boisson@biblibre.com> --- I've tested it very quickly on a two instances (Paul : Cherbourg and Aix-Marseille), and the numbers identifying the authorities are not showing. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 --- Comment #7 from delaye <stephane.delaye@biblibre.com> --- The unimarc the authority number is in 6XX, 7XX $3 inside the bibliographic notices not in $0. And in $9 it is the number koha oh the authority. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi, thx for checking! So should $3 be removed from the display for UNIMARC? Is $0 used at all in UNIMARC? Could/Should it be removed for UNIMARC or only for MARC21? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 --- Comment #9 from delaye <stephane.delaye@biblibre.com> --- in this case yes you can remove the $0 the $0 is not used in UNIMARC -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #10 from Paul Poulain <paul.poulain@biblibre.com> --- failed QA until a patch not specific to MARC21 is provided (ie= no need to specify marcflavour eq "MARC21"). I also think NORMARC will prefer a non-MARC21 specific patch, because NORMARC is close to MARC21, and the 0 is probably to remove as well -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8168|0 |1 is obsolete| | --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8341 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8341&action=edit [revised] Bug 7700: Cart's more details view shows identity numbers We already remove $9 with Koha's authority number from output of GetMarcSubjects and GetMarcAuthors. Patch additionally removes $0 subfields with identity numbers. Patch also effects detail pages with normal (non-XSLT) views. Revised to always remove $0 subfields, they are not used in UNIMARC. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8341|0 |1 is obsolete| | --- Comment #12 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- Created attachment 8344 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8344&action=edit Bug 7700: Cart's more details view shows identity numbers We already remove $9 with Koha's authority number from output of GetMarcSubjects and GetMarcAuthors. Patch additionally removes $0 subfields with identity numbers. Patch also effects detail pages with normal (non-XSLT) views. Revised to always remove $0 subfields, they are not used in UNIMARC. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #13 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment: tiny patch, no specific comment -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master Version|master |rel_3_6 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7700 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #14 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This bug will be included in the Koha 3.6.5 release. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org