You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
CmpApi
andTCModel
both hardcode4
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 theCmpApiModel.tcfPolicyVersion
is manually set to5
as soon ascmpApi.update
is called with an empty tcString it will create a newTCModel
, which defaults to 4, with no way to update the model before the callbacks are fired.The text was updated successfully, but these errors were encountered: