LP1999401: Don't apply magic statuses from holdings editor templates
authorJane Sandberg <js7389@princeton.edu>
Wed, 11 Jan 2023 00:59:14 +0000 (16:59 -0800)
committerMichele Morgan <mmorgan@noblenet.org>
Fri, 3 Mar 2023 18:15:41 +0000 (13:15 -0500)
commitba84619324016d3f180bb5c3686efa6153dd8eec
tree9082060f1164c643fdd7bf0e0910915106bdd042
parent56c814b8699de4ae0b2e1c695d33da278f4295d8
LP1999401: Don't apply magic statuses from holdings editor templates

1. Create a new template in the holdings template editor with a few
different values in various fields.
2. Include a "magic" status in your template (like Lost or In
Transit).  To select it, you can type the first few characters
then press <Tab>.
3. Save your template.
4. Apply your template to an item.
5. Note that the copy status has changed to a magic status.
6. Apply this patch.
7. Try applying your template to another item.
8. Note that the copy status field doesn't change this time,
but other fields from your template should still apply.

Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.spec.ts [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.ts