-
Notifications
You must be signed in to change notification settings - Fork 161
Restore CodeList #419
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
Restore CodeList #419
Conversation
|
rebase on main? |
8281877 to
b843f29
Compare
| * Hierarchically organized Code List for Genres | ||
| */ | ||
| entity Genres { | ||
| entity Genres : sap.common.CodeList { |
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.
@OlenaTi @etimr: What harm did the value help make, that's implicitly included in CodeList? If it did any harm I think the better approach would be to remove the annotation on GenreHierarchy by annotating it with @cds.odata.valuelist: false
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.
@beckermarc you are right, it also works without @cds.odata.valuelist: false now: #420
|
Before the merge I need to check if the value-help is still working ... |
is working for me. |
No description provided.