]> git.koha-community.org Git - koha.git/commit
Bug 36758: Add trigger for assignee notification trigger
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 7 May 2024 16:17:23 +0000 (17:17 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 9 Aug 2024 16:44:51 +0000 (18:44 +0200)
commit02907c565078b3b935f280a6e67c24f6d0ff1c92
treef422d898a58a990ffdcc8a54c78d95a742939f67
parentd4d9bf97e9344f26853e38c51090cfa61bb849b8
Bug 36758: Add trigger for assignee notification trigger

This patch adds a new notice trigger to allow notifying assigned staff
that they have been assigned a new catalog concern to action.

Test plan
1) Enable catalog concerns (either via staff or opac interfaces)
2) Report a new concern (either via staff or opac interfaces)
3) As a staff user, assign the concern to another staff user
4) Check that the new 'TICKET_ASSIGNED' notice has be queued for that
   staff user.
5) Re-assign the catalog concern to yourself
6) Note that you do not see a 'TICKET_ASSIGNED@ notice queued as you
   self-assigned.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Ticket.pm