-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 8.10
-
Component/s: Core MarkLogic
-
Environment:MarkLogic
-
Release Notes Summary:Complex multi-value fields are properly updated when using a MarkLogic repository.
-
Tags:
-
Backlog priority:900
-
Sprint:nxcore 10.1.5, nxcore 10.1.6, nxcore 10.2.1
-
Story Points:1
- Set up Nuxeo 8.10 HF23 with MarkLogic storage
- Create a schema with a multi-value complex field, ex. multivalue[]: Complex(str1,str2,str3,str4)
- Create a layout which has this field bound (JSF)
- In the JSF UI, in a document, populate this field with ['a','b','c','d'],['e','f','g','h'] and save
- Edit the document and remove the 'h' - save the document and observe that
the whole ['e','f','g','h'] array is gone