From 5d2ddd5b10d2f56ece9ff070422cb1931ae81edd Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 18 Jun 2020 18:01:56 -0400 Subject: [PATCH] LPXXX Angular Volcopy Signed-off-by: Bill Erickson --- .../staff/cat/volcopy/copy-attrs.component.html | 78 ++++++++++++---------- .../app/staff/cat/volcopy/copy-attrs.component.ts | 25 ++++++- 2 files changed, 68 insertions(+), 35 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.html b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.html index 9dcccf581e..ca2e2e2a13 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/copy-attrs.component.html @@ -1,5 +1,18 @@ + + + + + + + + + + +
@@ -129,11 +142,8 @@
- + + - + + + (changesSaved)="applyCopyValue('holdable')">
@@ -295,9 +301,9 @@
-

Miscellaneous

+ + +
+ +
Item Alerts
+
+ +
+
- + + - + + @@ -377,11 +388,8 @@
- + + - + + + + c.id()); + this.copyAlertsDialog.mode = 'create'; + this.copyAlertsDialog.open({size: 'lg'}).subscribe( + modified => { + if (modified) { + console.log('notes modified'); + } + } + ); + } } -- 2.11.0