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
Jira issue originally created by user kaystrobach:
Imagine the following model:
parent
...
child
attributeOfChild
...
Additionally we assume, that the attribute of the child is an float value, which needs to be converted for output in a form, so we have a form like this:
<f:formaction="update"object="{parent}"objectName="parent">
<f:form.textfield property="child.attributeOfChild"value="{parent.child.attributeOfChild -> f:format.number(decimals:1, decimalSeparator:',', thousandsSeparator:'.')}"/>
... save button etc.
</form>
having just VH.fields of parent.child, which properties are set using value, the hidden**identity form field of child is not added to the form. So saving the form, will cause FLOW to insert a new child into parent with the new values instead of changing the existing child ...
Jira issue originally created by user kaystrobach:
Imagine the following model:
Additionally we assume, that the attribute of the child is an float value, which needs to be converted for output in a form, so we have a form like this:
having just VH.fields of parent.child, which properties are set using value, the hidden**identity form field of child is not added to the form. So saving the form, will cause FLOW to insert a new child into parent with the new values instead of changing the existing child ...
Jira-URL: https://jira.neos.io/browse/FLOW-62
The text was updated successfully, but these errors were encountered: