Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-5732

Workspace in component definition ignored

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.5.18, 5.2.4
    • 4.5.17, 5.2.3
    • core
    • None
    • Yes
    • Yes
    • Yes

      When defining components with a workspace, the workspace defined is ignored.

      For example the following definition states the workspace data however this is ignored and config is always used:

      <component>
          <type>com.test.Test</type>
          <workspace>data</workspace>
          <path>/test</path>
          <observed>true</observed>
      </component>
      

      The included testcase shows that this is for observed as well as not observed components.

      The included patch is for the git master.

        Acceptance criteria

              dlipp Daniel Lipp
              domkun Dominik Kunz
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD