[Koha-bugs] [Bug 12029] Patrons should be able to delete their patron messages

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 15 21:58:34 CEST 2021


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

--- Comment #13 from Christopher Brannon <cbrannon at cdalibrary.org> ---
Updated per Auto-Parallel's request:

* A new field (ie patron_read) will be added to the messages table to record
that the patron has read the message.

* If a message is set to display on the OPAC for the patron, the patron will
have a 'Dismiss' or 'Mark as read' button next to the message.

* When the patron marks the message as read, the new field (ie patron_read)
will have the current date added to it, indicating the date that they read the
message.

* If this new field "patron_read" has a value (a date), the dismissed message
will no longer show on the patron user interface (OPAC) only. In the staff user
interface, the dismissed message will still be visible and will also display a
label, such as 'Read xx-xx-xxxx', where x is the date in the field. (Date will
need to be formatted to admin date settings.)

This functionality will not delete the message.  It will allow staff to see
that the patron has read the message, and staff will still have the ability to
delete the message at their discretion.

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


More information about the Koha-bugs mailing list