Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-16252

Null document's properties are reimported with empty value (not null)

    XMLWordPrintable

    Details

    • 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:
      Hide

      When exporting documents as XML. Every properties with null value were exported as empty ("").
      After importing the XML, the property had an empty value instead of null value.
      This bug is now fixed.

      Show
      When exporting documents as XML. Every properties with null value were exported as empty (""). After importing the XML, the property had an empty value instead of null value. This bug is now fixed.
    • Sprint:
      Sprint io 7.1-3

      Description

      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.

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: