Project

General

Profile

Bug #93009

Updated by Daniel Siepmann over 3 years ago

# Create a new page within a Workspace. 
 # Keep this new page hidden. 
 # Call getTreeList() on ContentObjectRenderer to include this page. 

 A TypeError should be raised due to the fact, that the overlay will convert $row to false as it is hidden. Later on this $row is passed in expectation it still is an array. 

 This happens if a sitemap is created via EXT:seo. Open it in preview for a workspace that includes a hidden or deleted page (deleted or hidden within the workspace).

Back