Project

General

Profile

Bug #67422

Updated by Frank Nägler about 9 years ago

The commit fd5eae7e06dd0e0ba89585fd50a9d41a766f7b98 "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: 

 <pre> 
 this.loadedModule = mod; 
 </pre> 

 Simply got removed from "typo3/sysext/backend/Resources/Public/JavaScript/modulemenu.js" in the mentioned commit while changing indenting.

Back