Bug #76432
closedLive-Search is broken for editors
100%
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/
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
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/48438
Updated by Gerrit Code Review over 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48438
Updated by Gerrit Code Review over 8 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48519
Updated by Marcus Schwemer over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 93e865cb55e7a6fa26ea40dd2e08e5bd62a0efd4.