mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 16:22:20 +02:00
N°2875 - Fix typo in config example
This commit is contained in:
@@ -1287,7 +1287,7 @@ class Config
|
|||||||
],
|
],
|
||||||
'mentions.allowed_classes' => [
|
'mentions.allowed_classes' => [
|
||||||
'type' => 'array',
|
'type' => 'array',
|
||||||
'description' => 'Classes which can be mentioned through the autocomplete in the caselogs. Key of the array must be a single character that will trigger the autocomplete, value can be either a DM class or a valid OQL (eg. "@" => "Person", "?" => "SELECT FAQ WHERE status = \'published\')',
|
'description' => 'Classes which can be mentioned through the autocomplete in the caselogs. Key of the array must be a single character that will trigger the autocomplete, value can be either a DM class or a valid OQL (eg. "@" => "Person", "?" => "SELECT FAQ WHERE status = \'published\'")',
|
||||||
'default' => [
|
'default' => [
|
||||||
'@' => 'SELECT Person WHERE status = \'active\'',
|
'@' => 'SELECT Person WHERE status = \'active\'',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user