Skip to content

Commit

Permalink
REVERT MWPW-157686 [MEP] Cannot spoof an experience that exists in ma…
Browse files Browse the repository at this point in the history
…nifest but not in Target adobecom#2844  (adobecom#2870)

revert
  • Loading branch information
vgoodric authored Sep 11, 2024
1 parent c710753 commit 3679fd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/features/personalization/personalization.js
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,8 @@ export function cleanAndSortManifestList(manifests) {
freshManifest = manifestObj[manifest.manifestPath];
}
freshManifest.name = fullManifest.name;
freshManifest.selectedVariantName = fullManifest.selectedVariantName;
freshManifest.selectedVariant = freshManifest.variants[freshManifest.selectedVariantName];
manifestObj[manifest.manifestPath] = freshManifest;
} else {
manifestObj[manifest.manifestPath] = manifest;
Expand Down

0 comments on commit 3679fd0

Please sign in to comment.