[Bug 12501] New: Show Dissertation note (MARC21 502) in XSLT results
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12501 Bug ID: 12501 Summary: Show Dissertation note (MARC21 502) in XSLT results Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Bibliographic data support Assignee: gmcharlt@gmail.com Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org Bug 9356 added 502 dissertation note to the staff and OPAC detail pages, but not to the result list. Information should also show up on the result list, as it has important information about the year and place of publication, especially if the book has not been published. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12501 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=9356 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12501 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=11620 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12501 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|gmcharlt@gmail.com |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=12501 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12501 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 30078 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30078&action=edit Bug 12501: Show dissertation note (MARC21 502) in XSLT results Bug 9356 added the dissertation note from MARC21 502 to the staff and OPAC detail pages. This patch adds it to the result list. 1) Catalog a record with 502 Examples: http://www.loc.gov/marc/bibliographic/bd502.html 2) Verify your note shows up on the detail pages in staff and OPAC 3) Verfiy note also shows up on the result pages in staff and OPAC The dissertation note can be hidden using the following CSS: OpacUserCSS: display:none; } IntranetUserCSS: display:none; } 4) Verify CSS works and all looks like before... -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12501 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |bgkriegel@gmail.com --- Comment #2 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Added 502 data to a record, it shows on Detail view opac/staff, but not on Results.. Another thing is that example CSS is missing it's target id/class -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12501 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=12501 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30078|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 30687 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30687&action=edit Bug 12501: Show dissertation note (MARC21 502) in XSLT results Bug 9356 added the dissertation note from MARC21 502 to the staff and OPAC detail pages. This patch adds it to the result list. 1) Catalog a record with 502 Examples: http://www.loc.gov/marc/bibliographic/bd502.html 2) Important: Wait until the record got indexed by Zebra or index it manually. 3) Verify your note shows up on the detail pages in staff and OPAC 4) Verfiy note also shows up on the result pages in staff and OPAC 5) Hide the dissertation note from display: OpacUserCSS: .diss_note { display:none; } IntranetUserCSS: .diss_note { display:none; } 6) Verify CSS works and all looks like before... -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12501 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Bernardo, I amended the test plan a little and I think I have an idea about what went wrong when you tested: If you catalogued the 502 for testing this, you have to make sure the record got reindexed by Zebra in order to have the note show up in the results list. Hope that was it, could you try again please? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12501 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30687|0 |1 is obsolete| | --- Comment #5 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Created attachment 30688 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30688&action=edit [SIGNED-OFF] Bug 12501: Show dissertation note (MARC21 502) in XSLT results Bug 9356 added the dissertation note from MARC21 502 to the staff and OPAC detail pages. This patch adds it to the result list. 1) Catalog a record with 502 Examples: http://www.loc.gov/marc/bibliographic/bd502.html 2) Important: Wait until the record got indexed by Zebra or index it manually. 3) Verify your note shows up on the detail pages in staff and OPAC 4) Verfiy note also shows up on the result pages in staff and OPAC 5) Hide the dissertation note from display: OpacUserCSS: .diss_note { display:none; } IntranetUserCSS: .diss_note { display:none; } 6) Verify CSS works and all looks like before... Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Work as describes, value can be hidden using css, no koha-qa errors -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12501 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #6 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- (In reply to Katrin Fischer from comment #4)
I amended the test plan a little and I think I have an idea about what went wrong when you tested: If you catalogued the 502 for testing this, you have to make sure the record got reindexed by Zebra in order to have the note show up in the results list. Hope that was it, could you try again please?
Tried and works, I suppose the problem was the index :) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12501 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12501 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #30688|0 |1 is obsolete| | --- Comment #7 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 30860 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30860&action=edit [PASSED QA] Bug 12501: Show dissertation note (MARC21 502) in XSLT results Bug 9356 added the dissertation note from MARC21 502 to the staff and OPAC detail pages. This patch adds it to the result list. 1) Catalog a record with 502 Examples: http://www.loc.gov/marc/bibliographic/bd502.html 2) Important: Wait until the record got indexed by Zebra or index it manually. 3) Verify your note shows up on the detail pages in staff and OPAC 4) Verfiy note also shows up on the result pages in staff and OPAC 5) Hide the dissertation note from display: OpacUserCSS: .diss_note { display:none; } IntranetUserCSS: .diss_note { display:none; } 6) Verify CSS works and all looks like before... Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Work as describes, value can be hidden using css, no koha-qa errors Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12501 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |tomascohen@gmail.com --- Comment #8 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Patch pushed to master. Thanks Katrin! -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org