Project

General

Profile

Actions

Bug #81612

closed

No Buttons after Livesearch in list for non admin users

Added by Thomas Walder almost 7 years ago. Updated almost 7 years ago.

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

livesearch.png (21 KB) livesearch.png Thomas Walder, 2017-06-19 17:51

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #63916: List Module does not show edit links for LiveSearch resultsClosed2014-12-16

Actions
Actions #1

Updated by Thomas Walder almost 7 years ago

Actions #2

Updated by Mona Muzaffar almost 7 years ago

  • Related to Bug #63916: List Module does not show edit links for LiveSearch results added
Actions #3

Updated by Mona Muzaffar almost 7 years ago

  • Is duplicate of Bug #63916: List Module does not show edit links for LiveSearch results added
Actions #4

Updated by Mona Muzaffar almost 7 years ago

  • Related to deleted (Bug #63916: List Module does not show edit links for LiveSearch results)
Actions #5

Updated by Mona Muzaffar almost 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

Also available in: Atom PDF