eibiflo / cf_cookiemanager

Simple Typo3 Cookie Manager
GNU General Public License v2.0
10 stars 4 forks source link

Hidden Cookie Services not hidden in editing mode #21

Closed anderlk closed 5 months ago

anderlk commented 5 months ago

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)

Bildschirmfoto 2024-01-25 um 19 58 56

Bildschirmfoto 2024-01-25 um 20 00 20

eibiflo commented 5 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.