瀏覽代碼

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()