Feature #50734
closedHook for BackendUtility::workspaceOL
0%
Description
Feature request: Introduce a hook in "BackendUtility::workspaceOL" which allows to create custom record overlays.
Problem:
The method "workspaceOL" gets used in many places to overlay a record with its workspace variant.
This method gets used throughout the core and is used by any core module like "Page", "List" and many others.
If it is required to use different records than the ones returned by TYPO3_DB the only place to hook in would be "workspaceOL". This could get used for alternate workspace/versioning systems or even for encrypting data on record level.
For the FE this problem does not exist as there are already calls to appropriate hook in "ContentContentObject.php" and "RecordsContentObject.php" which could get used for such feature (getPageOverlay, getRecordOverlay)
Patch request will be sent to review.typo3.org
Updated by Ernesto Baschny about 11 years ago
This sounds like a very crazy idea, and I am curious if it really works out like you intended. If you provide a patch and expect reviews, please consider also adding some extension which implements the hook for the reviewing folks so that they can see it "in action" already.
Updated by Mathias Schreiber almost 10 years ago
- Tracker changed from Bug to Feature
Updated by Benni Mack over 5 years ago
- Related to Epic #88027: Properly handle Hooks/Signals and Events added
Updated by Susanne Moog almost 5 years ago
- Status changed from New to Closed
Due to low demand / low priority I'm going to close this issue now. If anyone takes time to implement it, simply open a new issue please. Thanks.