Actions
Bug #91392
closedAllow modifyDBRow hook to unset record
Start date:
2020-05-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The hook $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content_content.php']['modifyDBRow']
allows to modify the raw db row before rendering.
It should be possible to unset the row which requires to check if the row exists.
Actions