We have a service defined and added the Google ID sometime later after initial record creation. Now the following line throws an exception, because the provider hasn't changed and therefore has no value in $fieldArray it seems.
|
if ($table === 'tx_wecookieconsent_domain_model_service' && $fieldArray['provider'] === 'google-tagmanager-service') { |
