[Added] additional check for properly activated module

Cette révision appartient à :
MaxBUhe 2024-05-29 12:16:22 +02:00
Parent 4a4b328364
révision ef29f7eb1b
2 fichiers modifiés avec 5 ajouts et 1 suppressions

Voir le fichier

@ -5,7 +5,7 @@
[{assign var="d3GtmContainerIdString" value=$oViewConf->getGtmContainerId()}]
[{if $oViewConf->D3blShowGtmScript()}]
[{if $oViewConf->isGA4enabled() and $oViewConf->D3blShowGtmScript()}]
[{if $d3GtmContainerIdString}]
[{strip}]

Voir le fichier

@ -73,6 +73,10 @@ class ViewConfig extends ViewConfig_parent
/** @var Config $oConfig */
$oConfig = Registry::getConfig();
if (false === $this->isGA4enabled()){
return false;
}
// No Cookie Manager in use
if (!$this->shallUseOwnCookieManager()) {
return true;