Actions
Bug #24238
closedJavascript flashmessage miss named severity
Start date:
2010-11-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Simular to php, the severity is magic number 0-4
The patch adds an object TYPO3.Severity which allows to write readable code:
TYPO3.Flashmessage.display( TYPO3.Severity.information, TYPO3.lang.header, TYPO3.lang.message, 10 );
(issue imported from #M16608)
Files
Actions