Index: typo3/alt_doc.php =================================================================== --- typo3/alt_doc.php (Revision 9674) +++ typo3/alt_doc.php (Arbeitskopie) @@ -301,7 +301,7 @@ } // If pages are being edited, we set an instruction about updating the page tree after this operation. - if (isset($this->data['pages'])) { + if (isset($this->data['pages']) || $BE_USER->workspace != 0 && count($this->data)) { t3lib_BEfunc::setUpdateSignal('updatePageTree'); }