[BUGFIX] History service does not show details anymore
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.
Change-Id: Idd46531d2f54ef56691f1464f6dfb892549fbf8a
Fixes: #44225
Releases: 6.0, 6.1
Reviewed-on: https://review.typo3.org/17275
Reviewed-by: Mattias Nilsson
Reviewed-by: Oliver Hader
Tested-by: Oliver Hader