mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
- reintegrated the changes (mostly bug fixes) from the 0.7.2 branch
SVN:trunk[83]
This commit is contained in:
@@ -61,7 +61,7 @@ class UILinksWidget
|
||||
}
|
||||
|
||||
// Many values (or even a unknown list) display an autocomplete
|
||||
if ( (count($aAllowedValues) == 0) || (count($aAllowedValues) > 20) )
|
||||
if ( (count($aAllowedValues) == 0) || (count($aAllowedValues) > 50) )
|
||||
{
|
||||
// too many choices, use an autocomplete
|
||||
// The input for the auto complete
|
||||
|
||||
Reference in New Issue
Block a user