From eddc58f4a29afc285931bd87ea3395a2e8a04d0a Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 20 May 2022 10:27:04 -0400 Subject: [PATCH] LP#1857910: (follow-up) enhance IDL for field doc This patch adds human-readable labels to the IDL for field doc. It also marks required fields in the IDL, removing the need for the Angular code to explicitly specify the set of required fields. Signed-off-by: Galen Charlton --- Open-ILS/examples/fm_IDL.xml | 10 +++++----- .../field-documentation/field-documentation.component.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 92abe1547d..d036e9ddd4 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -9084,11 +9084,11 @@ SELECT usr, - - - - - + + + + + diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/field-documentation/field-documentation.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/field-documentation/field-documentation.component.html index 2227625ffc..ebaafff5bd 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/field-documentation/field-documentation.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/field-documentation/field-documentation.component.html @@ -35,7 +35,7 @@ + [(fieldOptions)]="fieldOptions"> -- 2.11.0