Skip to content
Snippets Groups Projects
Commit 09d7154a authored by Markus Klein's avatar Markus Klein
Browse files

[!!!][BUGFIX] Intermediate fix for Toolbar problems

Removes the hasDropDown() method of the ToolbarItemInterface

Resolves: #62929
Releases: master
Change-Id: I758e43b0874712c0a6e9e08b2b5c22f189573d6f
Reviewed-on: http://review.typo3.org/34191


Reviewed-by: default avatarMarkus Klein <klein.t3@reelworx.at>
Tested-by: default avatarMarkus Klein <klein.t3@reelworx.at>
parent e6667225
No related merge requests found
......@@ -62,8 +62,8 @@ interface ToolbarItemInterface {
*
* @return bool
*/
public function hasDropDrown();
// public function hasDropDrown();
// TODO put that back in action and fix all classes by 2014-11-15
/**
* Returns additional attributes for the list item in the toolbar
*
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment