Jelajahi Sumber

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 tahun lalu
induk
melakukan
5168c6a1cd
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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()