Преглед изворни кода

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 година
родитељ
комит
5168c6a1cd
1 измењених фајлова са 1 додато и 1 уклоњено
  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()