Project

General

Profile

Bug #92096

Updated by Oliver Hader over 3 years ago

When using the change page tree (since TYPO3 v9.5.20 or v10.4.6) and using the new search 

 * pages deleted in a workspace are still shown 
 * having a modified page title, but searching for the title of live version, shows the live version 

 Most probably this is related to @PageTreeRepository::fetchFilteredTree@ not applying/resolving all workspace dependencies (see https://github.com/TYPO3/TYPO3.CMS/blob/d4600dfbc9138bc73eae1c319eb1a0818b22e17a/typo3/sysext/backend/Classes/Tree/Repository/PageTreeRepository.php#L472) 

Back