-
Notifications
You must be signed in to change notification settings - Fork 102
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
Added docu for @Common.FieldControl validation #1474
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
@renejeglinsky Do you have an idea why the job is failing ? The broken links are not related with my changes. |
@@ -926,6 +926,12 @@ entity Foo { | |||
``` | |||
|
|||
|
|||
### `@Common.FieldControl` {#common-fieldControl} |
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.
I'd rather add that after @mandatory/readonly
section as this belongs together.
In addition, we could add that as a warning that numeric and dynamic values are not evaluated by the runtime.
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.
@johannes-vogel I thought it is good to be added right before 'Custom logic' ,as if they are numeric the customer has to use the custom logic.
This is fixed. |
Related to https://github.tools.sap/cap/issues/issues/17261