Task #105313
openRemove unnecessary checks for rendering the record list search box
0%
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
Updated by Gerrit Code Review about 1 month ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86606
Updated by Garvin Hicking about 1 month ago
- Category set to Backend User Interface
Updated by Garvin Hicking about 1 month ago
- Related to Task #99895: Move record list clipboard and searchbox toggles to view settings added
Updated by Gerrit Code Review about 1 month ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86606
Updated by Gerrit Code Review about 1 month ago
Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86606