Closed anderlk closed 10 months ago
Thank you for the issue @anderlk.
The problem, as seen in the commit ([BUGFIX] Respect hidden flag in TCA, fixed issue https://github.com/eibiflo/cf_cookiemanager/issues/21), was that the hidden flags were not respected in the TCA.
I have done the same for cookie TCA.
If these are hidden and in use, they must be made visible again through the list module, as I intentionally removed the cookie tab because I found it confusing.
When some Cookie Services are hidden, the objects aren't hidden in editing mode.
There comes an exception:
PHP Warning: Undefined array key 1 in /var/www/vhosts/httpdocs/typo3conf/ext/cf_cookiemanager/Classes/Utility/HelperUtility.php line 92
TYPO3 version 12.4.10 cf_cookiemanager version 1.4.3 PHP version: 8.2.14 Classic mode (no composer)