Project

General

Profile

Actions

Bug #103005

closed

Backend module "About" requires shortDescription

Added by Albrecht Köhnlein 4 months ago. Updated 4 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-01-31
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Similar to #99429 the backend module "About" (/typo3/module/help/about) throws an error, if shortDescription is empty or not set.

(1/1) #1351584844 TYPO3Fluid\Fluid\Core\ViewHelper\Exception

An argument "key" or "id" has to be provided
in /var/www/html/vendor/typo3/cms-fluid/Classes/ViewHelpers/TranslateViewHelper.php line 150

Working configuration in "Configuration/Backend/Modules.php"

return [
    'foo' => [
        'parent' => 'web',
        // ...
        'labels' => [
            'title' => 'foo',
            'shortDescription' => 'bar',
        ]
    ]
];

Invalid configuration in "Configuration/Backend/Modules.php"

return [
    'foo' => [
        'parent' => 'web',
        // ...
        'labels' => [
            'title' => 'foo',
            'shortDescription' => '',
        ]
    ]
];

Files

clipboard-202401311424-pn4le.png (95.6 KB) clipboard-202401311424-pn4le.png Albrecht Köhnlein, 2024-01-31 13:24
Actions #1

Updated by Gerrit Code Review 4 months ago

  • Status changed from New to Under Review

Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82752

Actions #2

Updated by Gerrit Code Review 4 months ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82737

Actions #3

Updated by Albrecht Köhnlein 4 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF