[Bug 5175] New: The opac XSLTDetails view field Publisher: doesn't provide a hyperlink as the non XSLT view does.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 Summary: The opac XSLTDetails view field Publisher: doesn't provide a hyperlink as the non XSLT view does. Change sponsored?: --- Product: Koha Version: rel_3_2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Templates AssignedTo: oleonard@myacpl.org ReportedBy: matted-34813@mypacks.net QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 The OPAC XSLT stylesheet normal view (MARC21slim2OPACDetail.xsl) doesn't emit an equivalent hyperlink <a href="/cgi-bin/koha/opac-search.pl?q=pb:<!-- TMPL_VAR NAME="publishercode" ESCAPE="URL" --> "> just as the non-XSLT normal view does. (Refer to non XSLT code Published by:) Example==> Published by : W.B. Eerdmans Pub. Co., (Grand Rapids, Mich. :) where W.B. Eerdmans Pub. Co., would be an underlined hyperlink. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> 2010-08-25 16:53:27 UTC --- Created attachment 2571 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2571 Proposed fix Patch addresses publisher link in OPAC and staff client. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 --- Comment #2 from MJ Ray (software.coop) <mjr@ttllp.co.uk> 2010-11-10 08:49:41 UTC --- This bug is mentioned in: Fix for Bug 5175, XSL view doesn't link publisher name to search http://lists.koha-community.org/pipermail/koha-patches/2010-October/012718.h... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-11-12 20:51:02 UTC --- Tested, signed-off and resent. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2571|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-11-12 22:12:08 UTC --- Created attachment 2744 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2744 Patch with small change to show publisher only once Previous patch was showing publisher twice. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 --- Comment #5 from Chris Nighswonger <cnighswonger@foundations.edu> 2010-11-18 03:15:39 UTC --- This bug has a patch presently committed to HEAD and 3.2.x. Please take the appropriate action to update the status of this bug. Remember, bugs which have been resolved should be tested and marked closed, preferably by the original reporter. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-11-20 12:48:50 UTC --- Created attachment 2775 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2775 sreenshots with broken link If there is no publisher the empty publisher link will break the record display in staff and intranet. Working on a patch. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-11-20 13:01:51 UTC --- Created attachment 2776 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=2776 Follow up Adds check for subfield b before link is created. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #8 from Chris Cormack <chris@bigballofwax.co.nz> 2010-11-22 00:50:39 UTC --- Follow up patch pushed to master and cherry-picked to 3.2.x please test and resolve (and close if possible) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-11-23 11:39:43 UTC --- Successfully tested in 3.2.1, will try to check HEAD later. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 Chris Nighswonger <cnighswonger@foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cnighswonger@foundations.ed | |u --- Comment #10 from Chris Nighswonger <cnighswonger@foundations.edu> 2010-11-30 13:49:42 UTC --- This bug has a fix which was committed to the 3.2.x branch and released in 3.2.1. Please take time to update the status of this bug and mark it RESOLVED FIXED so that it may be closed. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 --- Comment #11 from MJ Ray (software.coop) <mjr@ttllp.co.uk> 2010-12-09 15:10:54 UTC --- This bug is mentioned in: Fix for Bug 5175, XSL view doesn't link publisher name to search http://lists.koha-community.org/pipermail/koha-patches/2010-November/012944.... Fix for Bug 5175, XSL view doesn't link publisher name to search http://lists.koha-community.org/pipermail/koha-patches/2010-November/012949.... Fix for Bug 5175, XSL view doesn't link publisher name to search http://lists.koha-community.org/pipermail/koha-patches/2010-November/012950.... Fix for Bug 5175, XSL view doesn't link publisher name to search http://lists.koha-community.org/pipermail/koha-patches/2010-November/012951.... Bug 5175: Publisher link breaks display, if no publisher exists http://lists.koha-community.org/pipermail/koha-patches/2010-November/013083.... -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2010-12-11 06:58:01 UTC --- Works in HEAD. Closing bug. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5175 Chris Nighswonger <cnighswonger@foundations.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org