소스 검색

Cosmetic on trigger action link (in lists)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@723 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 년 전
부모
커밋
aef6170593
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/trigger.class.inc.php

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

@@ -244,7 +244,7 @@ class lnkTriggerAction extends cmdbAbstractObject
 
 		// Display lists
 		MetaModel::Init_SetZListItems('details', array('action_id', 'trigger_id', 'order')); // Attributes to be displayed for a list
-		MetaModel::Init_SetZListItems('list', array('action_name', 'trigger_name', 'order')); // Attributes to be displayed for a list
+		MetaModel::Init_SetZListItems('list', array('action_id', 'trigger_id', 'order')); // Attributes to be displayed for a list
 		// Search criteria
 		MetaModel::Init_SetZListItems('standard_search', array('action_id', 'trigger_id', 'order')); // Criteria of the std search form
 		MetaModel::Init_SetZListItems('advanced_search', array('action_id', 'trigger_id', 'order')); // Criteria of the advanced search form