[Koha-bugs] [Bug 31028] Add 'Report a concern' feature for patrons to report concerns about catalog records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 9 05:47:36 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31028

--- Comment #300 from David Nind <david at davidnind.com> ---
Thanks Martin for looking at things I raised!

1. An update is required to the DBIC Schema Update patch. The DBIC patch failed
- I skipped this patch, and then ran dbic.

2. Displaying "Catalog concerns pending: X". I think I found the cause of the
problem I was experiencing (using KTD and the koha (superliabrarian user)) - a
capital P is required in line 180 for Koha.Preferences in intranet-main.tt (see
2.4). To replicate:
   2.1 Enable OpacCatalogConcerns and add a concern using the OPAC.
       ==> Pending concerns are not displayed on the staff interface home page
   2.2 Display logic and expected results when there are pending concerns and
correct permissions:
       2.2.1 CatalogConcerns and OpacCatalogConcerns: both enabled - displays
       2.2.2 CatalogConcerns and OpacCatalogConcerns: both disabled - doesn't
display
       2.2.3 CatalogConcerns enabled and OpacCatalogConcerns disabled: displays
       2.2.4 CatalogConcerns disabled and OpacCatalogConcerns enabled: displays
   2.3 Currently with the preferences set as per 2.2.4, pending concerns are
not displayed.
   2.4 Edit line 180 of
koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt - a capital P required
for Koha.Preference
       . change Koha.preference('OpacCatalogConcerns') to
Koha.Preference('OpacCatalogConcerns')
   2.5 Set preferences as per 2.2.4 - refresh the home page and now pending
concerns are now displayed.

3. Notices - now showing acknowledgement, update and resolved notices for a
patron. Thanks for fixing!

4. Notices - notification to cataloguers still not coming through for me. I'll
put this down to a combination of the email configuration for Gmail that I'm
using and system preferences for email addresses.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list