Actions
Bug #71419
closedMissing backendLayout icon throws exception
Start date:
2015-11-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Problem/Description¶
Actually a missing icon within a beLayout throws an error when the file is missing/not found.
mod { web_layout { BackendLayouts { Default { title = LLL:EXT:theme/Resources/Private/Language/BackendLayouts.xlf:default.title config { backend_layout { colCount = 4 rowCount = 1 rows { / ... } } } icon = EXT:theme/Resources/Public/Images/BackendLayouts/Default.svg } } } }
Acceptance Criteria¶
- Even if the icon file is missing, the backend must be usable.
Actions