mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
N°3621 - Add config. parameter to disable "global search" history
This commit is contained in:
@@ -1178,6 +1178,14 @@ class Config
|
||||
'source_of_value' => '',
|
||||
'show_in_conf_sample' => false,
|
||||
],
|
||||
'global_search.show_history' => [
|
||||
'type' => 'bool',
|
||||
'description' => 'Whether or not to display the elements in the history',
|
||||
'default' => true,
|
||||
'value' => true,
|
||||
'source_of_value' => '',
|
||||
'show_in_conf_sample' => false,
|
||||
],
|
||||
'global_search.max_history_results' => [
|
||||
'type' => 'integer',
|
||||
'description' => 'Max. number of elements in the history.',
|
||||
|
||||
Reference in New Issue
Block a user