]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1944717 Double-click on Patron Notes
authorTerran McCanna <tmccanna@georgialibraries.org>
Mon, 23 Oct 2023 20:56:50 +0000 (16:56 -0400)
committerJane Sandberg <js7389@princeton.edu>
Wed, 8 Nov 2023 16:29:53 +0000 (08:29 -0800)
commit75e71582f8e15e2f9c028a81e66a5f942c3105cd
tree84d575dd00d3e74f12bccbcdf59a30a543474756
parent1c23dfc9660d0128c748040a59601d20a2914552
LP1944717 Double-click on Patron Notes

This adds the ability to double-click on patron messages
in the staff client to open them in a modal in order to
make it easier to read and edit the messages. When opening
an archived message, the ability to edit is disabled.

This also adds a View Note action to the Archived Notes grid.

LP1944717 Double-click on patron messages

Adds ability to double-click on patron messages to open them in
the Edit modal. This makes it easier to read and edit the full
messages.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
LP1944717 Undo the ability to edit an archived note

The first commit added the ability to open an archived note in
the edit modal but that was determined not to be idea. This commit
removes that ability.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
LP1944717 Read-only view for archived notes

This adds the ability to double-click on an aerchived patron note
to open it in a read-only modal.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
LP1944717 Add view note action to patron archived notes

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: rfrasur <rfrasur@library.in.gov>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Open-ILS/src/templates/staff/circ/patron/t_messages.tt2
Open-ILS/src/templates/staff/circ/share/t_new_message_dialog.tt2
Open-ILS/web/js/ui/default/staff/circ/patron/app.js
Open-ILS/web/js/ui/default/staff/circ/services/circ.js