You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now when documenting a field with choices, the values of those choices are all that is included. This is frustrating because usually the display name of the choice documents what it means.
Proposed Solution
Add display names to choices documentation, i.e. change
Motivation
Right now when documenting a field with choices, the values of those choices are all that is included. This is frustrating because usually the display name of the choice documents what it means.
Proposed Solution
Add display names to choices documentation, i.e. change
to
in
attributes.get_field_details
(or something along those lines).The text was updated successfully, but these errors were encountered: