mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°3887 - Harmonize number of autocomplete displayed results throughout the app
This commit is contained in:
@@ -266,7 +266,7 @@ EOF
|
||||
},{
|
||||
name: '{$this->oField->GetId()}',
|
||||
source: oAutocompleteSource_{$this->oField->GetId()},
|
||||
limit: 20,
|
||||
limit: {$this->oField->GetMaxAutoCompleteResults()},
|
||||
display: 'name',
|
||||
templates: {
|
||||
suggestion: Handlebars.compile('<div>{{name}}</div>'),
|
||||
|
||||
Reference in New Issue
Block a user