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

Fix loss of data when using the same field name in the dublincore shema and a facet schema

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Critical
    • Resolution: Cannot Reproduce
    • Affects Version/s: 5.4.2-SNAPSHOT
    • Fix Version/s: 5.4.2-RC1, 5.4.2
    • Component/s: Core

      Description

      Steps to reproduce:

      • configure "test" facet with "description" field in it's schema
      • create document instance of "File" type with "dc:description" = "foo"
      • add "test" facet to it with description="bar"

      Expected results:

      • "dc:description" == "foo"
      • "test:description" == "bar"

      Actual results:

      • "dc:description" == "bar"
      • "test:description" == "bar"

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: