[Erp5-report] r16264 - in /erp5/trunk/bt5/erp5_crm: WorkflowTemplateItem/portal_workflow/ev...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 11 15:01:59 CEST 2007


Author: yusei
Date: Tue Sep 11 15:01:58 2007
New Revision: 16264

URL: http://svn.erp5.org?rev=16264&view=rev
Log:
Use wildcard to match target methods instead of to enumerate all target method names.
Remove unnecessary filter setting.

Modified:
    erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_interaction_workflow/interactions/Event_set.xml
    erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/ticket_interaction_workflow/interactions/Ticket_set.xml
    erp5/trunk/bt5/erp5_crm/bt/revision

Modified: erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_interaction_workflow/interactions/Event_set.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_interaction_workflow/interactions/Event_set.xml?rev=16264&r1=16263&r2=16264&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_interaction_workflow/interactions/Event_set.xml (original)
+++ erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/event_interaction_workflow/interactions/Event_set.xml Tue Sep 11 15:01:58 2007
@@ -62,12 +62,7 @@
             <key> <string>method_id</string> </key>
             <value>
               <list>
-                <string>_setSourceValue</string>
-                <string>_setSourceValueList</string>
-                <string>_setDestinationValue</string>
-                <string>_setDestinationValueList</string>
-                <string>setFollowUpValue</string>
-                <string>setFollowUpValueList</string>
+                <string>_set.*</string>
               </list>
             </value>
         </item>
@@ -78,14 +73,7 @@
         <item>
             <key> <string>portal_type_filter</string> </key>
             <value>
-              <list>
-                <string>Fax Message</string>
-                <string>Letter</string>
-                <string>Mail Message</string>
-                <string>Note</string>
-                <string>Phone Call</string>
-                <string>Visit</string>
-              </list>
+              <none/>
             </value>
         </item>
         <item>

Modified: erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/ticket_interaction_workflow/interactions/Ticket_set.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/ticket_interaction_workflow/interactions/Ticket_set.xml?rev=16264&r1=16263&r2=16264&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/ticket_interaction_workflow/interactions/Ticket_set.xml (original)
+++ erp5/trunk/bt5/erp5_crm/WorkflowTemplateItem/portal_workflow/ticket_interaction_workflow/interactions/Ticket_set.xml Tue Sep 11 15:01:58 2007
@@ -62,12 +62,7 @@
             <key> <string>method_id</string> </key>
             <value>
               <list>
-                <string>_setSourceValue</string>
-                <string>_setSourceValueList</string>
-                <string>_setSourceDecisionValue</string>
-                <string>_setSourceDecisionValueList</string>
-                <string>_setSourceTradeValue</string>
-                <string>_setSourceTradeValueList</string>
+                <string>_set.*</string>
               </list>
             </value>
         </item>
@@ -78,12 +73,7 @@
         <item>
             <key> <string>portal_type_filter</string> </key>
             <value>
-              <list>
-                <string>Campaign</string>
-                <string>Meeting</string>
-                <string>Sale Opportunity</string>
-                <string>Support Request</string>
-              </list>
+              <none/>
             </value>
         </item>
         <item>

Modified: erp5/trunk/bt5/erp5_crm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/bt/revision?rev=16264&r1=16263&r2=16264&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/bt/revision (original)
+++ erp5/trunk/bt5/erp5_crm/bt/revision Tue Sep 11 15:01:58 2007
@@ -1,1 +1,1 @@
-95
+96




More information about the Erp5-report mailing list