-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF15, 11.1, 2021.0
-
Component/s: Rest API
-
Backlog priority:1,000
-
Sprint:nxplatform 11.1.18, nxplatform 11.1.19
-
Story Points:3
Use case:
- some properties are pre-filled with a listener on the event empty document created
- a user empties a pre-filled property in webui
- the property is still set with the pre-filled value after the POST
Expected result:
the property emptied by the user is still empty
Here's an automation chain to reproduce the issue
- Context.FetchDocument - Document.SetProperty: xpath: "dc:nature" save: "false" value: article - DocumentMultivaluedProperty.addItem: value: art xpath: "dc:subjects" checkExists: "true" save: "false"