Actions
Bug #44225
closedHistory service does not show details anymore
Start date:
2012-12-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The history service in the workspace module does not contain any details for modified records.
There are two things that result in this behaviour:- the history service works on the live record and automatically resolves the workspace version
- the security fix in #42696 introduces a permission check for pages (which is -1 if using the workspace version directly)
Thus, the reference to the live record needs to be used instead.
Actions