Actions
Feature #97540
closedAdd custom fields to DataHandler::pagetreeRefreshFieldsFromPages
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-05-03
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Updating pages via DataHandler will trigger a reload of the page tree if certain fields (visibility, title) are changed.
These fields are hardcoded in https://github.com/TYPO3/typo3/blob/main/typo3/sysext/core/Classes/DataHandling/DataHandler.php#L327
Feature request: Add a config option (e.g. $GLOBALS['TYPO3_CONF_VARS']
) to add custom fields to DataHandler::pagetreeRefreshFieldsFromPages
array.
Use cases: Using additional overlay icons for approval, content revision (outdated content), custom FE access restrictions, etc.
Actions