Skip to content

Commit

Permalink
Merge pull request #234 from Sitecore/bug/61
Browse files Browse the repository at this point in the history
#61 Nested component definitions via Item Link returns only IDs
  • Loading branch information
anastasiya29 authored Aug 12, 2019
2 parents ffb4010 + 865ea58 commit 28dde4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function expandReferencedContent(manifest: ManifestInstance) {
const idMap = createIdMapping(manifest);

// we expand copy: true ID references to be a copy of the original
idMap.usages.forEach((idReference) => {
idMap.usages.reverse().forEach((idReference) => {
expandedItems = true;

const source = idMap.ids.get(idReference.id);
Expand Down

0 comments on commit 28dde4b

Please sign in to comment.