Actions
Bug #67422
closedExtJS cards do not work
Start date:
2015-06-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
The commit fd5eae7e06dd0e0ba89585fd50a9d41a766f7b98 introduced a bug for the ExtJS cards feature. Altough this feature is not used by any core extensions it could break third party extensions. The line:
this.loadedModule = mod;
Simply got removed from "typo3/sysext/backend/Resources/Public/JavaScript/modulemenu.js" in the mentioned commit while changing indenting.
Actions