Project

General

Profile

Actions

Bug #56250

closed

Clickmenu show_item.php is broken

Added by Frans Saris about 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-02-24
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

If you open a info pop-up (show_item.php) there is a icon shown in the left upper corner.

This icon is has a Clickmenu.show() but this doesn't work.

Uncaught ReferenceError: Clickmenu is not defined 

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #56281: Missing clickmenu linksClosed2014-02-25

Actions
Actions #1

Updated by Joh. Feustel about 10 years ago

The following change will make the context menu appear but it will not work since other objects and dependencies are still missing. Only 'show' is working.

--- a/typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php
+++ b/typo3/sysext/backend/Classes/Controller/ContentElement/ElementInformationController.php
@@ -435,7 +435,8 @@ class ElementInformationController {
         * @return void
         */
        public function printContent() {
-               echo $this->doc->startPage('') .
+               echo $this->doc->getContextMenuCode() .
+                               $this->doc->startPage('') .
                                $this->doc->insertStylesAndJS($this->content) .
                                $this->doc->endPage();
        }
Actions #2

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

Actions #3

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

Actions #4

Updated by Frans Saris almost 10 years ago

  • Complexity set to no-brainer
Actions #5

Updated by Markus Klein almost 10 years ago

  • Status changed from Under Review to Accepted
Actions #6

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

Actions #7

Updated by Frans Saris almost 10 years ago

  • Complexity changed from no-brainer to easy
Actions #8

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

Actions #9

Updated by Gerrit Code Review almost 10 years ago

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/31358

Actions #10

Updated by Frans Saris almost 10 years ago

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

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF