-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixes custom field contrib functionality #350
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the feature implementation looks good to me
8be9c61
to
b1f1981
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just needs a slight tweak.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@Kircheneer can we get the conflicts fixed? |
- Rename `CustomFieldAnnotation.name` to `CustomFieldAnnotation.key` - Keep around backwards compatibility for using `name` - Clarify supported types of fields for identifiers - Add tests for custom fields in identifiers
a34fc8f
to
119cb74
Compare
Done! |
119cb74
to
2de3cc3
Compare
2de3cc3
to
c0fa2da
Compare
fixes custom field contrib functionality
Supersedes #291
CustomFieldAnnotation.name
toCustomFieldAnnotation.key
name