Bug #101578
closed
DB Check module - weird gray callout at the bottom of the module
Added by Riccardo De Contardi over 1 year ago.
Updated 7 months ago.
Category:
Backend User Interface
Description
The issue affects TYPO3 12 and 13 but is absent on 11
Steps to reproduce¶
1. Enter TYPO3 Backend > DB Check module
2. Select "Advanced Query" > "Select Records"
3. After the page refresh at the bottom of the module a callout appears:
- the message seems always the same, even after performing a query that has some results.
- the callout is present also when selecting something else on the second dropdown ("select records", "count results" , "explain query", "CSV export"
Files
@<trans-unit id="no_results" resname="no_results">
label in ext:lowlevel
typo3/sysext/lowlevel/Resources/Private/Templates/CustomSearch.html
<f:else if="{sword} !== ''">
<f:be.infobox message="{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:no_results', arguments: {0: sword})}" />
</f:else>
- Related to Task #99967: Add missing translation strings in lowlevel raw field search added
[UPDATE]
I suspect that the callout is the same that appears when selecting "Raw search in all fields" and performing a search that brings no results.
Markus Klein wrote in #note-2:
typo3/sysext/lowlevel/Resources/Private/Templates/CustomSearch.html
[...]
I guess it should be something like:
typo3/sysext/lowlevel/Resources/Private/Templates/CustomSearch.html
<f:else if="{sword} !== '' && {searchMode} != 'query'">
<f:be.infobox message="{f:translate(key:'LLL:EXT:lowlevel/Resources/Private/Language/locallang.xlf:no_results', arguments: {0: sword})}" />
</f:else>
- Status changed from New to Under Review
- Status changed from Under Review to Closed
Also available in: Atom
PDF