소스 검색

From field is now mandatory

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@751 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 년 전
부모
커밋
1df3ba2e3d
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      modules/itop-tickets-1.0.0/data.struct.ta-actions.xml

+ 3 - 3
modules/itop-tickets-1.0.0/data.struct.ta-actions.xml

@@ -5,7 +5,7 @@
 <description>This action informs a team that a ticket has been assigned their workgroup</description>
 <status>disabled</status>
 <test_recipient></test_recipient>
-<from></from>
+<from>test@test.com</from>
 <reply_to></reply_to>
 <to>SELECT Team WHERE id=:this-&gt;workgroup_id</to>
 <cc></cc>
@@ -27,7 +27,7 @@
 <description>This action informs an agent that a ticket has been assigned to her/him</description>
 <status>disabled</status>
 <test_recipient></test_recipient>
-<from></from>
+<from>test@test.com</from>
 <reply_to></reply_to>
 <to>SELECT Person WHERE id=:this-&gt;agent_id</to>
 <cc></cc>
@@ -49,7 +49,7 @@
 <description>This action is used to inform the caller</description>
 <status>disabled</status>
 <test_recipient></test_recipient>
-<from></from>
+<from>test@test.com</from>
 <reply_to></reply_to>
 <to>SELECT Person WHERE id=:this-&gt;caller_id</to>
 <cc></cc>