Actions
Bug #91261
closedBroken funcmenu in BackendUtility::getFuncMenu
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2020-05-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
easy
Is Regression:
Yes
Sprint Focus:
Description
Since #91117 there is a regression in BackendUtility::getFuncMenu as there is a select
to much, see
return sprintf( '<select %s>%s</select>select>', $attributes, implode('', $options) );
Files
Updated by Georg Ringer over 4 years ago
- Related to Task #91117: Use GlobalEventHandler and ActionDispatcher instead of inline JS added
Updated by Gerrit Code Review over 4 years ago
- Status changed from Accepted 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/+/64387
Updated by Gerrit Code Review over 4 years ago
Patch set 2 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/+/64387
Updated by Oliver Hader over 4 years ago
Updated by Oliver Hader over 4 years ago
- Category set to Backend User Interface
- PHP Version set to 7.2
- Complexity set to easy
Updated by Helmut Hummel over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 40f2402faca20bb4fede636b04415f238ae78908.
Actions