Actions
Bug #76432
closedLive-Search is broken for editors
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-06-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Currently the live-search for editors is broken in 7LTS and 8 aka master.
The preview of the search results is correct, but clicking on "Show all" does not list any records.
The reason is ticket #70849.
In the JS of the livesearch pageUid "0" is used for rendering the search result. Thus said, also the pageTS is taken from that uid. But access to pageUid "0" is only granted to users with admin rights. Normal editors do not have this permission.
The "old" review is https://review.typo3.org/#/c/44171/
Actions