To test this patch series:
[1] Set the Angular holdings and item attributes editor to
unified mode.
[2] Create a new call number and item. Note that the buttons
to create item tags, item alerts, and item notes do not work.
[3] Apply the patch and repeat step 2.
[4] This time, adding tags, alerts, and notes in the course of
creating a new item should work.
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
// In manage mode, we can only manage a single copy.
// But in create mode, we can add tags to multiple copies.
- if (this.copyIds.length === 1) {
+ if (this.copyIds.length === 1 && !this.inPlaceCreateMode) {
this.mode = 'manage';
} else {
this.mode = 'create';