Closed olizarevichroman closed 9 months ago
1.5.10
core module
GVL.vendors property is always empty and tcModel.vendorConsents is always empty as well.
tcModel.vendorConsents
In GVL object constructor populate method is called. Inside populate method there is a call this.mapVendors();. After this call this.vendors_ becomes empty.
populate
this.mapVendors();
this.vendors_
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. Insidepopulate
method there is a callthis.mapVendors();
. After this callthis.vendors_
becomes empty.