Bug 35657: Add option to set assignee during update
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 29 Dec 2023 11:53:25 +0000 (11:53 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 2 May 2024 13:03:36 +0000 (15:03 +0200)
commite70f9979c54b3de9ce9172accbad5ac74dac1e0a
treefb69df5171edad8dbffb04b350caf27e85ba539d
parent8b08ec8b3ffb9eba6b0bd976347b85af52c33881
Bug 35657: Add option to set assignee during update

This patch exposes the UI to allow setting assignee from the ticket
update modal.

Test plan
1) Apply the patches and run the database updates
2) Enable catalog concerns - `CatalogConcerns` or `OPACCatalogConcerns`
3) Submit a catalog concern via the OPAC or Staff client biblio page
4) Navigate to the concerns management page 'Cataloging > Catalog
   concerns'
5) Note there is no assignee displayed in the status field for your new
   concern.
6) Click the concern to view it's details
7) Note that in the modal there is now a new 'Change assignee' option
8) Use this new option to search for and assign a librarian to the
   concern.
9) Submit the update
10) Your assignee should now appear in the 'status' data field in the
    table
11) Clicking through to details again, you should see when the assignee
    was set and should also be able to re-assign it

Signed-off-by: Paul Derscheid <paulderscheid@gmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/includes/modals/display_ticket.inc
koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/concerns.tt
koha-tmpl/intranet-tmpl/prog/js/modals/display_ticket.js