Skip to content

Commit

Permalink
#61 Nested component definitions via Item Link returns only IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
sc-dawidrutkowski committed Aug 12, 2019
1 parent ffb4010 commit 865ea58
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 865ea58

Please sign in to comment.