Actions
Task #89956
closedInstall tool extension configuration template contains redundant code
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2019-12-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The Resources/Private/Partials/Settings/ExtensionConfiguration/ExtensionForm.html file from EXT:install contains the following redundancies:
1. Use of a "NoSpaceViewHelper" on input values that cannot contain spaces - this is the only place the VH is used which means it can be deleted.
2. Use of a condition which will always be true (if categoryName, where categoryName is the key from an f:for meaning it will always be true-ish)
Updated by Gerrit Code Review almost 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/62648
Updated by Anonymous almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b93798c345204a59f165e528eb49f050c0225a8a.
Updated by Georg Ringer over 4 years ago
- Related to Bug #90776: Cannot use tab category name with spaces in extension configuration added
Actions