lp1754110 Patron Reg Field Label Override Release Notes
authorKyle Huckins <khuckins@catalyte.io>
Tue, 11 Sep 2018 17:38:01 +0000 (17:38 +0000)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 30 Jul 2020 14:24:33 +0000 (10:24 -0400)
- Add release notes for improvements to draw_field_label

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

docs/RELEASE_NOTES_NEXT/API/draw_field_label_improvements.adoc [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/API/draw_field_label_improvements.adoc b/docs/RELEASE_NOTES_NEXT/API/draw_field_label_improvements.adoc
new file mode 100644 (file)
index 0000000..75ca605
--- /dev/null
@@ -0,0 +1,8 @@
+Override Label for draw_field_label Patron Edit Fields
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Evergreen developers may now specify a label for fields in
+the patron registration/patron edit form (generated by
+the draw_field_label macro). By default, 
+draw_field_label uses the label of supplied IDL field class. 
+Now a developer may supply an additional third parameter,
+label_override, which overrides the default IDL-based label.