]> git.koha-community.org Git - koha.git/commit
Bug 30955: Sends notice to new owner at transfer
authorJake Deery <jake.deery@ptfs-europe.com>
Wed, 10 Jul 2024 15:18:26 +0000 (16:18 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Thu, 24 Oct 2024 14:55:57 +0000 (16:55 +0200)
commit85ba989f82093ea79bac2ba98c117486f01acecb
tree8a3f7d340912053f98f0afe73774bad4698d6e60
parent8c51b374d6f606b092784115cc87ad31f99b80a7
Bug 30955: Sends notice to new owner at transfer

This patch adds a new notice, TRANSFER_OWNERSHIP, under a new module,
Lists. When a list is transferred to a new owner, this notice is
triggered, containing a short paragraph detailing the list name.

TO TEST:
a)  log in as a koha superlibrarian
b)  go to the lists module, create a public list, and make a note of the
    title used
c)  on the lists module, transfer the list to some other user, and make
    a note of the user used
d)  go to the patron notices page for the user in step c
e)  ensure that a notice has been generated
    1)  check the contents of the notice, it should contain
      - the new owner's name
      - the list's title
      - the old owner's name & (if set) email
f)  under tools > notices, modify the notice for TRANSFER_OWNERSHIP
g)  repeat steps c-e
    1)  ensure the modifications you've made are now visible in the notice

Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Virtualshelf.pm
installer/data/mysql/en/mandatory/sample_notices.yml
koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt
t/db_dependent/Koha/Virtualshelf.t
virtualshelves/shelves.pl