Project

General

Profile

Actions

Bug #18387

closed

XCLASS for backend.php useless

Added by Tapio Markula about 16 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-03-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

the XCLASS for backend.php is ignored - apparently it has used so that XCLASS declarations come always too late.

So class ux_TYPO3backend extends TYPO3backend

the ux_... has not used at all.

This happens also for some other core files and that makes XCLASSing impossible.

So it would be nice if the function 'setStartupModule()' would have hook in order to reset the variable '$startModule'

// here needed a hook to reset '$startModule'

if($startModule) {
$this->js .= '
// start in module:
function startInModule(modName, cMR_flag, addGetVars) {
Event.observe(document, \'dom:loaded\', function() {
top.goToModule(modName, cMR_flag, addGetVars);
});
}

(issue imported from #M7775)

Actions #1

Updated by Alexander Opitz almost 11 years ago

  • Status changed from New to Closed
  • Target version deleted (0)

We are moving away from XCLASSing => won't fix

Actions

Also available in: Atom PDF