mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-02 15:08:45 +02:00
advanced search: removal of legacy_search_drawer_open
associated to this change, those wiki pages are altered : - latest:admin:itop_configuration_file (`legacy_search_drawer_open` removal) - latest:customization:xml_reference (`search_form_open` default value changed) SVN:trunk[5626]
This commit is contained in:
@@ -1897,7 +1897,7 @@ EOF;
|
||||
break;
|
||||
|
||||
default:
|
||||
$sSearchFormOpen = 'null'; // Actual open/close status depend on the config
|
||||
$sSearchFormOpen = 'true';
|
||||
}
|
||||
$sNewMenu = "new OQLMenuNode('$sMenuId', $sOQL, $sParentSpec, $fRank, $bSearch {$sOptionalEnableParams}, $sSearchFormOpen);";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user