Project

General

Profile

Actions

Bug #71419

closed

Missing backendLayout icon throws exception

Added by Josef Glatz over 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
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

Also available in: Atom PDF