[Bug 33977] New: Items with 952 using a authorized value display the code not the description on detail.tt
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33977 Bug ID: 33977 Summary: Items with 952 using a authorized value display the code not the description on detail.tt Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com To recreate: 1. Set a MARC framework to use an Authorized Value for a 952 field, like publicnote or non-public note. 2. Edit an item in that framework to use that AV. 3. Now look at the display on the item detail page ( detail.tt ), notice the code displays not the description. 4. Look at at the same item on additem.tt. Here it correctly displays the description. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33977 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com, | |m.de.rooy@rijksmuseum.nl, | |nick@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33977 --- Comment #1 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Is it a regression? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33977 --- Comment #2 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Can reproduce this too under 21.11 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33977 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I don't think it ever worked. These fields are thought to be text, not AV codes. There is no code in the various templates to check for both options. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33977 --- Comment #4 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Katrin Fischer from comment #3)
I don't think it ever worked. These fields are thought to be text, not AV codes. There is no code in the various templates to check for both options.
Then if we want to fix that it could be done on top of bug 33568, if I correctly understood the problem... embedding the stringified version of the attributes it seems straightforward. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org