Actions
Bug #81612
closedNo Buttons after Livesearch in list for non admin users
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-06-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Livesearch uses ID 0 as page ID and so there are no buttons in the list (e.g. create new record) visible due to missing access rights for non admin users.
Found the id hardcoded in
typo3/sysext/backend/Resources/Public/JavaScript/LiveSearch.js on line 88
$(containerSelector).on('click', '.t3js-live-search-show-all', function(evt) {
evt.preventDefault();
TYPO3.ModuleMenu.App.showModule('web_list', 'id=0&search_levels=4&search_field=' + encodeURIComponent($(searchFieldSelector).val()));
});
Edit Buttons also not available:
Files
Updated by Thomas Walder over 7 years ago
- File livesearch.png livesearch.png added
- Description updated (diff)
Updated by Mona Muzaffar over 7 years ago
- Related to Bug #63916: List Module does not show edit links for LiveSearch results added
Updated by Mona Muzaffar over 7 years ago
- Is duplicate of Bug #63916: List Module does not show edit links for LiveSearch results added
Updated by Mona Muzaffar over 7 years ago
- Related to deleted (Bug #63916: List Module does not show edit links for LiveSearch results)
Updated by Mona Muzaffar over 7 years ago
- Status changed from New to Closed
Thank you for this detailed bug report, but I am closing this ticket as a duplicate.
Please continue this discussion on #63916. It would be great if you could add your findings there as well.
If you think that this is the wrong decision, please reopen this ticket or open a new ticket and add a relation to this ticket number.
Actions