Sfoglia il codice sorgente

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 anni fa
parent
commit
1df3ba2e3d
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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>