Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot set default policy version #462

Open
jameshartig opened this issue Sep 23, 2024 · 1 comment
Open

Cannot set default policy version #462

jameshartig opened this issue Sep 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jameshartig
Copy link

The CmpApi and TCModel both hardcode 4 as the policy version. Now that the latest version is 5, there's no way for a CMP to update these to 5 without patching the packages. Even if the CmpApiModel.tcfPolicyVersion is manually set to 5 as soon as cmpApi.update is called with an empty tcString it will create a new TCModel, which defaults to 4, with no way to update the model before the callbacks are fired.

@jameshartig jameshartig added the enhancement New feature or request label Sep 23, 2024
@RemyLespagnol
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants