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

Also available in: Atom PDF