-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10-HF18
-
Fix Version/s: 10.10-HF21, 11.1, 2021.0
-
Component/s: Rest API
-
Release Notes Summary:Multi-valued complex property are correctly nullified by a REST call.
-
Tags:
-
Backlog priority:750
-
Sprint:nxplatform 11.1.26
-
Story Points:3
Pre-requisites: define a new document type with a multi-valued complex property
Steps to reproduce:
- Create a documentof the previous type and set the Multi-valued field with at least 1 value
- Edit the File document
- Remove all values from the multivalued complex field
- Save
- Observe that the multivalued complex has still the same value(s)
Expected behavior:
The multivalued complex field should be empty after removing the value.
Example of PUT request which fails:
PUT https://nightly.nuxeo.com/nuxeo/api/v1/id/403e037c-f595-4369-ab80-5a0d70ceaea0 { "entity-type": "document", "uid": "403e037c-f595-4369-ab80-5a0d70ceaea0", "properties": { "multidoc:comp": [] } }
- is related to
-
NXP-28298 Fix nullifying a multi-valued property
- Resolved
- Is referenced in