Bug #63916
closedStory #82206: list module enhancements/bugfixes
List Module does not show edit links for LiveSearch results
0%
Description
If a non-admin BE user uses the live search in the top right corner, the search results are displayed without the edit links. This is true even if the user has edit permissions for the records shown.
The reason could be that the search results are displayed on a list view for page uid 0, a page that normal users do not have access to. The permissions calculation for the records is based on this page uid.
Definition of the page uid in TYPO3 CMS 6.2.7sysext/backend/Resources/Public/JavaScript/livesearch.js:20
sysext/backend/Resources/Public/JavaScript/livesearch.js:228
sysext/recordlist/Classes/RecordList/DatabaseRecordList.php:1012
sysext/recordlist/Classes/RecordList/RecordList.php:253
usesthis->pageinfo
This issue did not occur in TYPO3 CMS 4.5 LTS
Files
Updated by Riccardo De Contardi about 9 years ago
It seems resolved on 8.0-dev (latest master); could someone confirm? Thank you
Updated by Daniel Windloff over 8 years ago
I could reproduce the bug.
I don't see icons for edit or hide and could not click to the record title to edit the record. The records could be edit in page or list module.
I use the introduction package (advanced editor) and the current master (8.4.0-dev).
Updated by Mona Muzaffar over 7 years ago
- Related to Bug #81612: No Buttons after Livesearch in list for non admin users added
Updated by Mona Muzaffar over 7 years ago
- Has duplicate Bug #81612: No Buttons after Livesearch in list for non admin users added
Updated by Mona Muzaffar over 7 years ago
- Related to deleted (Bug #81612: No Buttons after Livesearch in list for non admin users)
Updated by Anja Leichsenring about 7 years ago
- Status changed from New to Resolved
I can not reproduce the issue with current master and v8.
I close this ticket therefor as resolved. If I am mistaken and there is still an issue, please reopen the ticket and provide a configuration for page tree access, BE user / usergroup config of the failing user and also a step-by-step list what you did to run into the non-edit-icon list. Thanks.
Updated by S P over 6 years ago
- TYPO3 Version changed from 6.2 to 8
I can reproduce this with latest 8 for any table other than pages. I don't have any special TSconfig. Just admins and non-admins. Buttons in list view from module panel are displayed and working, buttons in list view from search result are not there. Only for table pages the edit buttons are working in both cases, for all others they are not displayed in the search result list view.
Updated by Julian Hofmann over 6 years ago
Steps for reproducing it:
- Fresh TYPO3 installation
- Install Introduction-Package
- Create a BE-User having groups "All users" and "Advanced editors"
- Switch into this BE-User
- Search for "Out-of-the-box" and click "Show all"
- In results list you will not see normal edit icons, except within the context-menue
Updated by Hannes Lau over 6 years ago
As there are new steps for reproduction, this issue should not be marked as resolved.
Updated by Christian Kuhn over 6 years ago
- Related to Bug #85251: List Module does not show edit links for LiveSearch results added
Updated by Josef Glatz over 6 years ago
- Status changed from Resolved to In Progress
Updated by Josef Glatz over 6 years ago
Hannes Lau wrote:
As there are new steps for reproduction, this issue should not be marked as resolved.
Thanks Hannes!. Changed the status
Updated by Josef Glatz over 6 years ago
- TYPO3 Version changed from 8 to 9
Raised TYPO3 version, as the problem exists in master (9) and 8
Updated by Stephan Großberndt over 6 years ago
- Has duplicate Task #86414: No copy and / or cut button in file list search added
Updated by Gerrit Code Review over 6 years ago
- Status changed from In Progress 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/58426
Updated by Gerrit Code Review over 6 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/58426
Updated by Gerrit Code Review over 6 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58426
Updated by Gerrit Code Review over 6 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58426
Updated by Gerrit Code Review over 6 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58426
Updated by Susanne Moog almost 6 years ago
- Status changed from Under Review to Accepted
Review was for a different issue.
Updated by Oliver Bartsch over 4 years ago
- Status changed from Accepted to Closed
I can't reproduce this anymore. Seems like this got finally fixed with https://forge.typo3.org/issues/85251 and this was just forgotten. I will therefore close it now.
If you feel there is still something that does not work, please let me know and I will re-open the ticket.