N°1420 - don't launch the search automatically for n:n and n:1 links for huge tables

SVN:2.4[5832]
This commit is contained in:
Eric Espié
2018-06-07 12:20:22 +00:00
parent 9d2dab5eba
commit 037036ce6a
6 changed files with 32 additions and 10 deletions

View File

@@ -419,7 +419,7 @@ EOF
$oValuesSet->SetModifierProperty('UserRightsGetSelectFilter', 'bSearchMode', $this->bSearchMode);
$aValuesEquals = $oValuesSet->GetValues(array('this' => $oObj, 'current_extkey_id' => $iCurrentExtKeyId), $sContains, 'equals_start_with');
asort($aValuesEquals);
//asort($aValuesEquals);
foreach($aValuesEquals as $sKey => $sFriendlyName)
{
$oP->add(trim($sFriendlyName)."\t".$sKey."\n");