Closed Ragna-30988 closed 4 years ago
Not only wrong information, but there are also some more confusing things.
We have to check and get streamlines the options dataProcessingService
and dataServiceProcessor
In ViewHelper, TypoScript and Controller both means the same, but are used with different wording.
I suppose to streamline the usage and deprecate one of the wording/settings and use only once.
"Data Processing Services" is the correct woring, so wie should go with dataProcessingService
I integrated your extension in a typo3 system and had to fetch that you have a mistake in your readme.
In Configure the JS Files to be handled by Usercentrics: you use the attribute dataProcessingService which causes an error in the frontend of my page.
The Reason is, that in your function T3G\AgencyPack\Usercentrics\Hooks\PageRendererPreProcess::isValidIdentifier you are checking the index dataServiceProcessor. This is the reason the exception is thrown.
In your last commit you changed the readme.
Did you just forget the class or is it really a mistake in the readme?