-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.1-SNAPSHOT
-
Fix Version/s: 7.1
-
Component/s: Core, Excel Export
-
Tags:
-
Upgrade notes:
-
Sprint:Sprint io 7.1-3
When a document contains a property with a null value, the exported content contains an empty tag : <myProperty />.
If the generated xml is imported, the resulting property will have an empty value "" instead of null.
=> The export should not generate XML tag for the properties with a null value.
No backport for now, bug fix may have consequences on existing imports.