[Bug 5921] New: Enumchron does not show up on item details screen in staff client
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5921 Bug #: 5921 Summary: Enumchron does not show up on item details screen in staff client Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Staff Client AssignedTo: jcamins@cpbibliography.com ReportedBy: jcamins@cpbibliography.com QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com Serial enumeration/chronology information does not show in the item details screen on the staff client, although all the other fields do. -- 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=5921 Jared Camins-Esakov <jcamins@cpbibliography.com> 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=5921 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent CC| |nengard@gmail.com Patch Status|--- |Signed Off -- 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=5921 --- Comment #1 from Nicole C. Engard <nengard@gmail.com> 2011-03-22 21:38:06 UTC --- Created attachment 3408 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3408 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=5921 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz Patch Status|Signed Off |Patch Pushed --- Comment #2 from Chris Cormack <chris@bigballofwax.co.nz> 2011-03-24 00:42:19 UTC --- Pushed, please test -- 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=5921 --- Comment #3 from Jared Camins-Esakov <jcamins@cpbibliography.com> 2011-03-28 17:28:18 UTC --- This works properly for me. -- 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=5921 --- Comment #4 from Jared Camins-Esakov <jcamins@cpbibliography.com> 2011-04-05 12:22:21 UTC --- Created attachment 3677 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3677 follow-up patch Follow-up patch to fix unfortunate line wrapping on More details page. -- 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=5921 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Patch Pushed |Needs Signoff -- 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=5921 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |rel_3_4 --- Comment #5 from Chris Cormack <chris@bigballofwax.co.nz> 2011-04-06 03:58:47 UTC --- Original patch submitted before the feature freeze, so the follow up patch is still eligible, please sign off. -- 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=5921 claire.hernandez@biblibre.com <claire.hernandez@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |claire.hernandez@biblibre.c | |om Patch Status|Needs Signoff |Failed QA --- Comment #6 from claire.hernandez@biblibre.com <claire.hernandez@biblibre.com> 2011-04-07 08:34:05 UTC --- - The patch applies - The template displays "Serial enumeration" - But the var is never set in moredetail.pl :( and the template seems called only by it $ grep -R "moredetail.tmpl" * | grep -v po catalogue/moredetail.pl: 'catalogue/moredetail.tmpl'), $ grep enumchron catalogue/moredetail.pl $ Do I miss something? -- 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=5921 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Failed QA |Needs Signoff --- Comment #7 from Chris Cormack <chris@bigballofwax.co.nz> 2011-04-07 09:22:23 UTC --- enumchron is inside the ITEM_DATA loop, which is populated with @items. @items is populated by GetItemsInfo, which does SELECT items.*, So enumchron is being passed to the template. All that was being tested here was the follow up patch (the original one is already in master) which is purely a cosmetic change. -- 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=5921 --- Comment #8 from claire.hernandez@biblibre.com <claire.hernandez@biblibre.com> 2011-04-07 14:48:42 UTC --- Created attachment 3806 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3806 signed patch (second) -- 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=5921 claire.hernandez@biblibre.com <claire.hernandez@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Signed Off --- Comment #9 from claire.hernandez@biblibre.com <claire.hernandez@biblibre.com> 2011-04-07 14:49:34 UTC --- oops... I am ashamed of my mistake. -- 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=5921 --- Comment #10 from Chris Cormack <chris@bigballofwax.co.nz> 2011-04-07 18:26:50 UTC --- Don't be ashamed, it took me quite a while to track it down, and Ive been doing Koha for nearly 12 years now. You are all doing excellently. -- 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=5921 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Signed Off |Patch Pushed --- Comment #11 from Chris Cormack <chris@bigballofwax.co.nz> 2011-04-08 02:25:38 UTC --- Pushed, please test -- 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=5921 --- Comment #12 from MJ Ray (software.coop) <mjr@ttllp.co.uk> 2011-04-08 06:29:10 UTC --- This bug is mentioned in: Bug 5921: Add enumchron to the items detail page http://lists.koha-community.org/pipermail/koha-patches/2011-March/014201.htm... -- 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=5921 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #13 from Jared Camins-Esakov <jcamins@cpbibliography.com> 2011-07-08 14:38:41 UTC --- Seems to be working now. Closing. -- 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