lp1754110 Patron Reg Field Label Override Release Notes user/sandbergja/lp1754110-patron-reg-field-label-override-signoff
authorKyle Huckins <khuckins@catalyte.io>
Tue, 11 Sep 2018 17:38:01 +0000 (17:38 +0000)
committerJane Sandberg <sandbej@linnbenton.edu>
Mon, 20 Jul 2020 15:15:57 +0000 (08:15 -0700)
- Add release notes for improvements to draw_field_label

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
 Changes to be committed:
new file:   docs/RELEASE_NOTES_NEXT/API/draw_field_label_improvements.adoc

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
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.