Project

General

Profile

Actions

Bug #101578

closed

DB Check module - weird gray callout at the bottom of the module

Added by Riccardo De Contardi 9 months ago. Updated 17 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-08-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

cattura.png (13.3 KB) cattura.png Riccardo De Contardi, 2023-08-04 13:49

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #99967: Add missing translation strings in lowlevel raw field searchClosedJosef Glatz2023-02-15

Actions
Actions #1

Updated by Markus Klein 9 months ago

@<trans-unit id="no_results" resname="no_results">

label in ext:lowlevel

Actions #2

Updated by Markus Klein 9 months ago

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>
Actions #3

Updated by Markus Klein 9 months ago

  • Related to Task #99967: Add missing translation strings in lowlevel raw field search added
Actions #4

Updated by Riccardo De Contardi 9 months ago

[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.

Actions #5

Updated by Riccardo De Contardi 9 months ago

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>
Actions #6

Updated by Gerrit Code Review 6 months 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/+/81752

Actions #7

Updated by Gerrit Code Review 6 months 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/+/81752

Actions #8

Updated by Gerrit Code Review 6 months 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/+/81752

Actions #9

Updated by Riccardo De Contardi 5 months ago

I confirm that this issue is already solved on latest main with https://review.typo3.org/c/Packages/TYPO3.CMS/+/81764

Actions #10

Updated by Riccardo De Contardi 17 days ago

  • Status changed from Under Review to Closed
Actions

Also available in: Atom PDF