[Bug 31755] New: Store biblio OPAC visibility in biblio table
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31755 Bug ID: 31755 Summary: Store biblio OPAC visibility in biblio table Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: dcook@prosentient.com.au QA Contact: testopia@bugs.koha-community.org At the moment, you have to interrogate the MARCXML to determine if a record is suppressed using OpacSuppression, and you have to iterate through all of a bib's items to see if it's hidden/suppressed using OpacHiddenItems and OpacHiddenItemsHidesRecord. As Tomas said at https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31161#c21, it would make sense to have a "suppressed" field in the biblio table so that we can determine a biblio record's OPAC visibility using a simple SQL query. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31755 --- Comment #1 from David Cook <dcook@prosentient.com.au> --- In theory, every bib record change would trigger an evaluation of whether or not the bib is "suppressed", and every item change should trigger an evaluation of whether or not that item is "hidden". There would also need to be an evaluation of whether or not the bib is suppressed if all its items are hidden. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31755 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- We'd also need a maintenance script then, because if items make a record hidden can be changed on the fly. It would make things a bit less flexible for libraries again... having to ask someone to run jobs server side if often not an easy thing for them. Maybe this makes more sense for OpacSuppression only as a first step? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31755 --- Comment #3 from David Cook <dcook@prosentient.com.au> --- (In reply to Katrin Fischer from comment #2)
We'd also need a maintenance script then, because if items make a record hidden can be changed on the fly. It would make things a bit less flexible for libraries again... having to ask someone to run jobs server side if often not an easy thing for them.
Flexibility is what got us into this mess in the first place...
Maybe this makes more sense for OpacSuppression only as a first step?
Sure. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31755 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=36261 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org