InteractiveAdvertisingBureau / iabtcf-es

Official compliant tool suite for implementing the Transparency and Consent Framework (TCF) v2.0. The essential toolkit for CMPs.
Apache License 2.0
132 stars 96 forks source link

Vendor consents are always empty #438

Closed olizarevichroman closed 9 months ago

olizarevichroman commented 9 months ago

1.5.10

core module

GVL.vendors property is always empty and tcModel.vendorConsents is always empty as well.

In GVL object constructor populate method is called. Inside populate method there is a call this.mapVendors();. After this call this.vendors_ becomes empty.