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)
Updated by Georg Ringer over 7 years ago
- Status changed from New to Accepted
- Sprint Focus set to Stabilization Sprint
Updated by Gerrit Code Review over 7 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/51808
Updated by Silvia Bigler over 7 years ago
Please also consider the following User TSconfig:
options.hideModules.web := addToList(list)
According to the docs, the list module should be hidden, but accessible this way.
So the search should also work in this case.
Updated by Gerrit Code Review over 7 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/51808
Updated by Georg Ringer over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 27793e3512e731842d7464a9314452fc48e9efa3.
Updated by Georg Ringer about 7 years ago
- Has duplicate Bug #82467: Cannot disable top bar search added
Updated by Georg Ringer about 7 years ago
- Has duplicate deleted (Bug #82467: Cannot disable top bar search)
Updated by Georg Ringer about 7 years ago
- Related to Bug #82467: Cannot disable top bar search added
Actions