-
Notifications
You must be signed in to change notification settings - Fork 147
Manifest Collision
Erik Berglund edited this page Jul 9, 2018
·
1 revision
When the ProfilePayloads framework import manifests, it does not allow multiple manifests for a single domain in a given source type.
This means that if multiple versions of a manifest for a domain is loaded, it must select only one to use.
These are the steps the framework uses to decide which manifest to use:
- The manifest file with the highest integer value for the
pfm_version
key is used. - The manifest file with the later date value for the
pfm_last_modified
key is used.