mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
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 (see790a675d)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user