Actions
Bug #23090
closedTYPO3.Backend is assigned twice by ExtDirect and the viewport
Start date:
2010-07-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
The TYPO3.Backend variable is overriden with the initialisation of the Viewport. Unfortunatly this causes the complete failing of any ExtDirect calls in the Backend viewport. The error was found while working on the pagetree... the first code that uses ExtDirect in TYPO3 heavily. As a nice side-effect, we can assign a more concrete naming.
Solution:
Rename the variable from TYPO3.Backend to TYPO3.ExtDirect. We don't need to care about the backwards compatibility, because it's an error that makes ExtDirect useless for the TYPO3 Viewport.
(issue imported from #M14988)
Files
Updated by Steffen Kamper over 14 years ago
committed to svn
4_4 rev 8146
trunk rev 8147
Actions