Actions
Bug #99465
closedAccessing site configuration via TypoScript getData triggers a warning when configuration option does not exist
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-01-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The following stdWrap code currently triggers a log warning:
if.isTrue.data = site:settings.optional.property
My expectation is, that this "incident" should rather be logged at least as notice instead,
since the value accessed could intentionally be an optional value.
Actions