Project

General

Profile

Actions

Task #105313

open

Remove unnecessary checks for rendering the record list search box

Added by TYPO3 GmbH TYPO3com about 20 hours ago. Updated about 17 hours ago.

Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-10-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

Having this check `$tableListHtml || !empty($this->searchTerm` prevents the rendering of the search box if no search term is present and also no items exist on the current page.

When using a table filter it could be possible that items are available in sub pages, but since the search level selector is bound to the search box it is impossible to change the level and adjust the search depth.

To try it yourself just open a random parent page with some table filter of items not directly on that page and try to find items in sub pages - e.g. `/typo3/module/web/list?id=1&table=sys_category`

I couldn't think of any reason why this restriction would be necessary.

This issue was automatically created from https://github.com/TYPO3/typo3/pull/531


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #99895: Move record list clipboard and searchbox toggles to view settingsClosed2023-02-09

Actions
Actions

Also available in: Atom PDF