If you add a Container component to the Export configuration and then add one or more child components underneath, the child components are rendered twice in the export. Once under the container component and once on their own.

This is b/c the ApplenewsExportNode class does not check that it's only rendering its root components (any child components are rendered by the Container component).

Comments

m4olivei created an issue. See original summary.

  • m4olivei committed 0c976b2 on 7.x-2.x
    Issue #2847465 fix a bug where child components of a container are...
m4olivei’s picture

Merged fix to 7.x-2.x.

Fix was for each destionation component, check it's depth and ensure that only components at depth 0 are exported. Any Container component will loop through it's children and fetch their components for inclusion under itself.

m4olivei’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.