[BUGFIX] Initialize pagesTSconfig for link handler in FE
In TYPO3 v8, $TSFE->pagesTSconfig is only initialized when the frontend editing is active, but the link handler depends on the value of pageTSconfig, for this reason, the method for initializing should be used instead of the public property. Resolves: #80883 Releases: master, 8.7 Change-Id: I6e7519c23f34867850160135ea8798911907338b Reviewed-on: https://review.typo3.org/52619 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Thomas Hohn <thomas@hohn.dk> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
Please register or sign in to comment