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
The spec currently address forms that have an entity node with truthy create and updatelike so:
MAY also have a bind to a create attribute as previously defined. In that case, the form designer is responsible for making sure that the id is correctly populated in each case and that the update and create conditions don’t result in both being truthy at the same time. If both are truthy, the spec consumer processing submissions should do both and one of them will fail.
The actual result of "should do both and one of them will fail" isn't clear here. We should define what exactly happens when processing submissions for these cases:
A create form (id, create="true" and no baseVersion) that also has update="true"
An update form (id, baseVersion and update"true") that also has create="true"
The text was updated successfully, but these errors were encountered:
The spec currently address forms that have an
entity
node with truthycreate
andupdate
like so:The actual result of "should do both and one of them will fail" isn't clear here. We should define what exactly happens when processing submissions for these cases:
id
,create="true"
and nobaseVersion
) that also hasupdate="true"
id
,baseVersion
andupdate"true"
) that also hascreate="true"
The text was updated successfully, but these errors were encountered: