From: Galen Charlton Date: Fri, 20 May 2022 14:27:04 +0000 (-0400) Subject: LP#1857910: (follow-up) enhance IDL for field doc X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=eddc58f4a29afc285931bd87ea3395a2e8a04d0a;p=contrib%2FConifer.git 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 --- 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">