[Bug 29406] New: Improve display of OPAC suppression message
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406 Bug ID: 29406 Summary: Improve display of OPAC suppression message Change sponsored?: Sponsored Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CC: testopia@bugs.koha-community.org Depends on: 14377 Created attachment 127266 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127266&action=edit Screenshot of a search results entry for a suppressed record In both staff interface search results and on the bibliographic detail page the "Suppressed in OPAC" message is shown at the top of the record. I think it makes more sense to show it with the other bibliographic details. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14377 [Bug 14377] Indicate that a record is suppressed in staff client -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 127267 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127267&action=edit Screenshot of a detail view for a suppressed record -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 127268 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127268&action=edit Bug 29406: Improve display of OPAC suppression message This patch changes the way the "Suppressed in OPAC" message is shown on the staff interface search results and the bibliographic detail page. Now the information is displayed like other bibliographic details. To test, apply the patch and restart services. - Enable the OpacSuppression system preference and modify at least one record to be suppressed in the OPAC (942$n in MARC21). - Perform a catalog search which will return this record in the staff client. - The entry for that record in the search results should include the message "Suppressed in OPAC" at the bottom of the list of other bibliographic details. - View the details for that record. You should see a line labeled "OPAC view" It should say "Suppressed in OPAC." - Test a record which is not suppressed. If you have OPACBaseURL populated you should see "OPAC view: Open in new window." -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406 PTFS Europe Sandboxes <sandboxes@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #127268|0 |1 is obsolete| | --- Comment #3 from PTFS Europe Sandboxes <sandboxes@ptfs-europe.com> --- Created attachment 127406 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127406&action=edit Bug 29406: Improve display of OPAC suppression message This patch changes the way the "Suppressed in OPAC" message is shown on the staff interface search results and the bibliographic detail page. Now the information is displayed like other bibliographic details. To test, apply the patch and restart services. - Enable the OpacSuppression system preference and modify at least one record to be suppressed in the OPAC (942$n in MARC21). - Perform a catalog search which will return this record in the staff client. - The entry for that record in the search results should include the message "Suppressed in OPAC" at the bottom of the list of other bibliographic details. - View the details for that record. You should see a line labeled "OPAC view" It should say "Suppressed in OPAC." - Test a record which is not suppressed. If you have OPACBaseURL populated you should see "OPAC view: Open in new window." Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406 Barbara Johnson <barbara.johnson@bedfordtx.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |barbara.johnson@bedfordtx.g | |ov --- Comment #4 from Barbara Johnson <barbara.johnson@bedfordtx.gov> --- There is a bug (#26861) to indicate that a record is using OpacHiddenItems in staff client. Once that functionality gets created it seems like the display for "Hidden in OPAC" could be handled in the same way as this bug. https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26861 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406 --- Comment #5 from Barbara Johnson <barbara.johnson@bedfordtx.gov> --- This is trivial but I just noticed that there is an unnecessary period at the end of "Open in new window." which I don't think really needs to be there. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #127406|0 |1 is obsolete| | --- Comment #6 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 127491 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127491&action=edit Bug 29406: Improve display of OPAC suppression message This patch changes the way the "Suppressed in OPAC" message is shown on the staff interface search results and the bibliographic detail page. Now the information is displayed like other bibliographic details. To test, apply the patch and restart services. - Enable the OpacSuppression system preference and modify at least one record to be suppressed in the OPAC (942$n in MARC21). - Perform a catalog search which will return this record in the staff client. - The entry for that record in the search results should include the message "Suppressed in OPAC" at the bottom of the list of other bibliographic details. - View the details for that record. You should see a line labeled "OPAC view" It should say "Suppressed in OPAC." - Test a record which is not suppressed. If you have OPACBaseURL populated you should see "OPAC view: Open in new window." Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Nick Clemens <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=29406 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master CC| |fridolin.somers@biblibre.co | |m Version(s)| |22.05.00 released in| | --- Comment #7 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to master for 22.05, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |kyle@bywatersolutions.com Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Text to go in the| |This enhancement changes release notes| |the way the "Suppressed in | |OPAC" message is shown on | |the staff interface search | |results and the | |bibliographic detail page. | |Now the information is | |displayed like other | |bibliographic details. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Manual --- Comment #8 from David Nind <david@davidnind.com> --- Added Manual keyword for 22.05 bugs that I consider require documentation changes. See bug 29640 and the linked spreadsheet for additional details. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29406 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=33094 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org