[Bug 21090] New: Description of itemtype group doesn't show when there is an itemtype with the same code
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21090 Bug ID: 21090 Summary: Description of itemtype group doesn't show when there is an itemtype with the same code Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org When an ITEMTYPECAT is using the same code as an itemtype, the description is not showing on the advanced search in OPAC. To test: - Create an itemtype BK - Create an ITEMTYPECAT BK - Link 2 itemtypes to this search category - Verify the description is not showing up on advanced search in the OPAC -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21090 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Hum, looks ok for me. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21090 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Is the ITEMTYPECAT choice supposed to replace all the individual item types it contains? Is ITEMTYPECAT supposed to work in the staff client? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21090 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Owen, - yes, you are not supposed to see the other itemtypes, only the group - no, staff should still display them all We saw this on 17.11 - had no time to retest on master yet :( -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21090 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |17.11 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I can't reproduce the issue on master. So far only confirmed for 17.11. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21090 --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Still ok here. % git checkout v17.11.08 % sudo koha-mysql kohadev MariaDB [koha_kohadev]> select * from authorised_values where authorised_value="BK"; +-----+-------------+------------------+---------+----------+----------+ | id | category | authorised_value | lib | lib_opac | imageurl | +-----+-------------+------------------+---------+----------+----------+ | 398 | ITEMTYPECAT | BK | desc BK | desc BK | | +-----+-------------+------------------+---------+----------+----------+ 1 row in set (0.01 sec) MariaDB [koha_kohadev]> select itemtype, description from itemtypes where searchcategory="BK"; +----------+----------------+ | itemtype | description | +----------+----------------+ | BK | Books | | CF | Computer Files | +----------+----------------+ 2 rows in set (0.00 sec) https://snag.gy/pG5ygm.jpg -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21090 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- *** Bug 17212 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21090 --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- *** Bug 18944 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21090 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I can confirm it works correctly on master now. But: It doesn't use the staff description if there is no OPAC description. That's why it appears empty too in some cases. I filed a new bug: Bug 22302 - ITEMTYPECAT description doesn't fall back to description if OPAC description is empty -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org