[BUGFIX] Avoid version overlay if EXT:version is not loaded
PlainDataResolver will do semi-expensive operations for workspaces-enabled tables even if EXT:version (and therefore EXT:workspaces) is not loaded. Doing a cheap check can prevent calling two such operations and saves SQL queries and memory. Change-Id: I6062538c3c158352b7be5748d407bbe2aad3a641 Resolves: #78982 Releases: master Reviewed-on: https://review.typo3.org/50952 Tested-by:TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
Please register or sign in to comment