Actions
Bug #79974
closedGlobal TYPO3 search does not work entirely without list view
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2017-02-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Stabilization Sprint
Description
Using the main search function in the top right corner does only partially work if the web_list module is disabled for the user.
Searching does work, but using the "show all" button does not, because the web_list button is not present.
By pressing "show all", the following JS error is thrown:
Uncaught TypeError: Cannot read property 'indexOf' of undefined at Object.openInContentFrame (modulemenu.js?1484822909:190) at Object.loadModuleComponents (modulemenu.js?1484822909:121) at Object.showModule (modulemenu.js?1484822909:102) at HTMLAnchorElement.<anonymous> (LiveSearch.js?bust=1487866651:95) at HTMLLIElement.dispatch (jquery-2.1.4.js:4435) at HTMLLIElement.elemData.handle (jquery-2.1.4.js:4121)
Actions