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 16:34:03 +0000 (11:34 -0500)
commita821cfc68d37443763a67e039fef00bfc81fbe30
tree557454ee8345a8540e0c3fc1fb858e7f4d2b1326
parent3f6d0330effcf0b353b210cefc1e365c85431d4e
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