Sfoglia il codice sorgente

Removed the indexes for the attributes of type Enum

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@420 a333f486-631f-4898-b8df-5754b55c2be0
romainq 15 anni fa
parent
commit
5168c6a1cd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      core/attributedef.class.inc.php

+ 1 - 1
core/attributedef.class.inc.php

@@ -925,7 +925,7 @@ class AttributeEnum extends AttributeString
 
 	public function RequiresIndex()
 	{
-		return true;
+		return false;
 	}
 
 	public function GetBasicFilterOperators()