N°3617 run_query "more information" section : collapsible state is saved back again

The original key name was "runQuery" (f9511aba) but this was too vague and didn't follow naming conventions. SO I decided to renamed it "run_query__more-info", as anyway existing keys won't be used (see 790a675d)
This commit is contained in:
Pierre Goiffon
2021-01-13 09:14:26 +01:00
parent 790a675d90
commit 6a33fbc7b3

View File

@@ -286,6 +286,7 @@ EOF
$aMoreInfoBlocks[] = $oSqlQuerySet;
$oMoreInfoSection = new CollapsibleSection(Dict::S('UI:RunQuery:MoreInfo'), $aMoreInfoBlocks);
$oMoreInfoSection->EnableSaveCollapsibleState('run_query__more-info');
$oP->AddUiBlock($oMoreInfoSection);
} elseif ($sSyntaxError) {
if ($e instanceof OqlException) {