[Bug 3317] New: Author displays inconsistently ( and incorrectly ) in opac-basket.pl (and when emailing cart )
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 Summary: Author displays inconsistently ( and incorrectly ) in opac-basket.pl (and when emailing cart ) Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P5 Component: OPAC AssignedTo: jmf@liblime.com ReportedBy: rch@liblime.com Estimated Hours: 0.0 Change sponsored?: --- Symptoms: Clicking 'More Details' when viewing a basket shows a blank author field. Emailing the cart doesn't properly show author information. Details: opac-basket.pl gets the author(s) by calling GetMarcAuthors. This function actually only gets additional authors from the marc record, and ignores 1XX tags. The template then tries to access a data element ->{'value'}, which isn't returned from GetMarcAuthors(). -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 Cookie Wolfrom <cookie.wolfrom@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cookie.wolfrom@liblime.com -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 Galen Charlton <galen.charlton@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |galen.charlton@liblime.com AssignedTo|jmf@liblime.com |gcollum@gmail.com --- Comment #1 from Galen Charlton <galen.charlton@liblime.com> 2009-06-15 18:01:55 --- Pushed Garry's patch. Please test and close. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 Galen Charlton <galen.charlton@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Galen Charlton <galen.charlton@liblime.com> 2009-06-17 16:47:02 --- Pushed Garry's followup patch. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 Nicole C. Engard <nicole.engard@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicole.engard@liblime.com --- Comment #3 from Nicole C. Engard <nicole.engard@liblime.com> 2009-06-22 14:52:54 --- The cart is still not displaying author properly. Authors are also wrong in the email - sometimes only displaying one author and other times showing nothing. See attached. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 --- Comment #4 from Nicole C. Engard <nicole.engard@liblime.com> 2009-06-22 14:53:21 --- Created an attachment (id=841) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=841) search results -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 --- Comment #5 from Nicole C. Engard <nicole.engard@liblime.com> 2009-06-22 14:53:46 --- Created an attachment (id=842) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=842) email -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 --- Comment #6 from Nicole C. Engard <nicole.engard@liblime.com> 2009-06-22 14:54:12 --- Created an attachment (id=843) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=843) search results -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 Nicole C. Engard <nicole.engard@liblime.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #841|search results |cart description| | -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 --- Comment #7 from Garry Collum <gcollum@gmail.com> 2009-06-23 02:37:20 --- Hi Nicole, Is it possible that you could attach a view of the marc records or your examples, or send me copies of the marc records? -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 --- Comment #8 from Nicole C. Engard <nicole.engard@liblime.com> 2009-06-23 20:45:32 --- Created an attachment (id=847) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=847) three marc records The marc for those three results are attached. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 --- Comment #9 from Garry Collum <gcollum@gmail.com> 2009-06-24 11:53:37 --- Thanks. I'll see if I can duplicate the inconsistent behavior on my machine. The email is a separate but related problem. We just have to duplicate whatever fix is done in the code that creates the email. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 --- Comment #10 from Garry Collum <gcollum@gmail.com> 2009-06-27 18:13:05 --- Created an attachment (id=868) --> (http://bugs.koha.org/cgi-bin/bugzilla3/attachment.cgi?id=868) Patch for email portion I've submitted a patch which will render the author and the added author fields in the email that is generated from the shopping cart. In the default view, the brief display, only authors in an authority record display. The added authors are visible only if you click on "more details." Do we want all of the authors displaying on the brief display? I don't see any reason why not other than records with a multitude of authors. I think one point of confusion is that there are two different screen views of the shopping cart list, but there's only one email view that is generated. The other issue is with that corporate author field in the attached Liblime record. Authority field 110 is not getting rendered, but this seems to be a more comprehensive bug than just the shopping cart. If you turn off XSLTDetailsDisplay and XSLTResultsDisplay in Opac, the 110 field is not rendered in the regular opac results. I wasn't able to find a but report on this, so I will open one, but I thought I would test 111 and 130 as well before I create a bug report. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 --- Comment #11 from Garry Collum <gcollum@gmail.com> 2009-06-28 11:39:05 --- Just discovered that the non-display of the 110 was a known issue, and may have been by design. http://new.koha.org/documentation/faq/how-can-i-make-the-contents-of-field-1... I closed the bug that I opened. (#3373) Is it the goal to have all bib and item data eventually rendered through xsl? -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3317 --- Comment #12 from Galen Charlton <galen.charlton@liblime.com> 2009-07-15 02:59:27 --- Patch pushed. Please test and close. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@liblime.com