Bug 24616: Allow copying notice to a branch even if it exists in that branch
authorEmmi Takkinen <emmi.takkinen@koha-suomi.fi>
Thu, 28 Jul 2022 12:22:20 +0000 (15:22 +0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 6 Feb 2023 21:34:11 +0000 (18:34 -0300)
commit7362059bb60222ea5a03b23ae7c621933fa81adc
tree38533fa6c27277643a7d49d134f3f7b364c7d504
parent80a61a0f66181d26d8041c886630fd64cbd0e3f1
Bug 24616: Allow copying notice to a branch even if it exists in that branch

If you try to copy notice or slip to a branch which already
has that notice or slip Koha won't let you save it. Instead
pop-up saying branch already has that notice is displayed.

This patch allows users to copy and override already existing
notice or slip.

To test:
1. Find notice which exists e.g. in all branches and branch A.
2. Copy that notice, add notice screen is displayed.
3. Press save.
=> Pop-up informing that notice already exists in branch A
is displayed.
4. Apply this patch.
5. Repeat steps 2. and 3.
6. Pop-up to confirm overwrite of notice is displayed.
=> Confirm that if you press OK, notice is saved succesfully.
=> Otherwise, changes to notice should not be saved.

Also try to save the notice you tested with as a new (same code)
to branch A. Confirm that pop-up is displayed as it should be.

Sponsored-by: Koha-Suomi Oy
Signed-off-by: Nick <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/js/letter.js