-
Notifications
You must be signed in to change notification settings - Fork 32
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
Me/record field license #860
Conversation
2ea06c4
to
3fe0e15
Compare
Affected libs:
|
📷 Screenshots are here! |
3fe0e15
to
3e34cce
Compare
{ | ||
model: 'licenses', | ||
formFieldConfig: { | ||
labelKey: 'editor.record.form.license', |
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.
TODO: marker + i18n
@@ -0,0 +1,8 @@ | |||
<gn-ui-dropdown-selector | |||
title="license" |
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.
TODO: i18n
Edit: title not shown
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.
it's in the tooltip I think, so no big deal
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.
It looks really good! I think the model for the field configuration might not be fitting anymore, since formFieldConfig
expects a "type" but the field shown is now more dependant on the model
property instead.
This can be sorted out later on though. Thanks a lot!
@@ -0,0 +1,8 @@ | |||
<gn-ui-dropdown-selector | |||
title="license" |
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.
it's in the tooltip I think, so no big deal
Yes, there will be some clean up to do, but it will be easier to deal with when no other field relies on it. |
3e34cce
to
8e14eeb
Compare
8e14eeb
to
5c3d277
Compare
Description
This PR introduces support of the licenses field in the record form.
Quality Assurance Checklist
breaking change
labelbackport <release branch>
label