Project

General

Profile

Bug #92041

Updated by Oliver Hader over 3 years ago

Tested in TYPO3 v9.5.21-dev 

 Steps 

 * created "Page" in page tree 
 * created subpages "1", "2", "3" 
 * switched to workspace 
 * moved subpage "1" after subpage "2" 

 !live.png! 

 Result (in workspace) 

 * moved pages are highlighted 
 * but they are not re-ordered - it's still "1", "2", "3" 
 * (caused by #88943, https://review.typo3.org/c/Packages/TYPO3.CMS/+/65355) 

 !workspace-with-patch.png! 

 Expectation (in workspace) 

 * modified order is reflected - "2", "1", "3" 
 * (tested without patch for #88943) 

 !workspace-without-patch.png! 

Back