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)
Actions