Project

General

Profile

Actions

Bug #79127

open

Responsive LiveSearch toolbar item is rendered no matter access restriction

Added by Soren Malling about 7 years ago. Updated over 2 years ago.

Status:
Needs Feedback
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2017-01-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
JavaScript
Complexity:
medium
Is Regression:
No
Sprint Focus:

Description

This is a result of a rather large work on trying to make the TYPO3 backend custom for a project.

The backend layout file Main.html (EXT:backend/Resources/Private/Templates/Backend/Main.html) contains a rendering of a LiveSearchToolbarItem even though a person might not have access

<button class="topbar-button topbar-button-search t3js-topbar-button-search">
  <core:icon identifier="actions-search" alternativeMarkupIdentifier="inline" />
</button>

This causes the search to be printed in responsive view. Since you don't have access to the toolbar item (checkAccess() method from ToolbarItemInterface) you don't get a printed LiveSearch to use.

Solution suggestion

This part of ToolbarItem rendering (including the User Settings wrench icon) could be grouped into a viewhelper to render avaialble toolbar items. Perhaps introduce a rendering API for such things (a section in Fluid, or whatever ways the rendering of the backend is going)

Actions #1

Updated by Benjamin Kott almost 7 years ago

  • Status changed from New to Accepted
  • Sprint Focus set to On Location Sprint
Actions #2

Updated by Oliver Hader almost 7 years ago

  • Tags set to JavaScript
Actions #3

Updated by Susanne Moog over 6 years ago

  • Complexity set to medium
Actions #4

Updated by Anja Leichsenring over 6 years ago

  • Sprint Focus deleted (On Location Sprint)
Actions #5

Updated by Benni Mack over 2 years ago

I guess we'd need to have a separate permission group for toolbar items? Live Search checks if web_list is available and then does not show the search, AFAIK?

Actions #6

Updated by Benni Mack over 2 years ago

  • Status changed from Accepted to Needs Feedback
Actions

Also available in: Atom PDF