Project

General

Profile

Actions

Bug #91261

closed

Broken funcmenu in BackendUtility::getFuncMenu

Added by Georg Ringer almost 4 years ago. Updated almost 4 years ago.

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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #91117: Use GlobalEventHandler and ActionDispatcher instead of inline JSClosedOliver Hader2020-04-18

Actions
Actions #1

Updated by Georg Ringer almost 4 years ago

  • Related to Task #91117: Use GlobalEventHandler and ActionDispatcher instead of inline JS added
Actions #2

Updated by Gerrit Code Review almost 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

Actions #3

Updated by Gerrit Code Review almost 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

Actions #5

Updated by Oliver Hader almost 4 years ago

  • Category set to Backend User Interface
  • PHP Version set to 7.2
  • Complexity set to easy
Actions #6

Updated by Helmut Hummel almost 4 years ago

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

Updated by Benni Mack almost 4 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF