[TYPO3-core] RFC #12887: Bug: User Tools/Worspace screen stage change buttons problem

Steffen Kamper info at sk-typo3.de
Sun Aug 8 12:17:10 CEST 2010


Hi,

by reading i see that the patch is incomplete or/and an old glitch is 
still in.

In function displayWorkspaceOverview_stageCmd there is the var $sId 
which is set depending on $rec_off['t3ver_stage']. You did the checks 
now with the second which seems to be ok.
For every stage the first var is set, but not for the case 
$rec_off['t3ver_stage'] == 10 - then the var is NULL and leads to 
problems, especially in the line
$this->stageIndex[$sId][$table][] = $rec_off['uid'];

This should be fixed too ;)

vg Steffen


More information about the TYPO3-team-core mailing list