Uploaded image for project: 'Magnolia DAM Module'
  1. Magnolia DAM Module
  2. MGNLDAM-682

Old properties still being bootstrapped and broken setter causing node2bean problems

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 2.2.1
    • None
    • None
    • None

      Code

      info.magnolia.dam.app.assets.field.translator.AssetCompositeIdKeyTranslator has property workspace but unfortunately it cannot be set because the setter is wrongly named, see info.magnolia.dam.app.assets.field.translator.AssetCompositeIdKeyTranslator#setWorkspaceName(String workspaceName). The name of the setter is actually correct, we need to rename the property instead.

      App's configuration

      Further issue in DAM's own configuration:

      app: assets
      from jcr
      at /modules/dam-app/apps/assets
      Source data processing problem: Property [path] not found in class [info.magnolia.ui.contentapp.field.WorkbenchFieldDefinition], property is not assigned: /chooseDialog/field
      
      app: assets
      from jcr
      at /modules/dam-app/apps/assets
      Source data processing problem: Property [nodeType] not found in class [info.magnolia.ui.framework.action.OpenEditDialogActionDefinition], property is not assigned: /subApps/browser/actions/editFolder
      Source data processing problem: Property [nodeType] not found in class [info.magnolia.ui.framework.action.OpenEditDialogActionDefinition], property is not assigned: /subApps/browser/actions/renameAsset
      
      • /modules/dam-app/apps/assets/chooseDialog/field@path
      • /modules/dam-app/apps/assets/subApps/browser/actions/editFolder@nodeType
      • /modules/dam-app/apps/assets/subApps/browser/actions/renameAsset@nodeType

        Acceptance criteria

              pmundt Philip Mundt
              mmichel Maxime Michel
              Maxime Michel
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD