[Erp5-report] r41794 nicolas - in /erp5/trunk/bt5/erp5_crm: ActionTemplateItem/portal_types...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 27 12:12:47 CET 2010


Author: nicolas
Date: Mon Dec 27 12:12:47 2010
New Revision: 41794

URL: http://svn.erp5.org?rev=41794&view=rev
Log:
New action on Web Messages to display datas filled in by user if Web Message was created from internal Web Sites

Added:
    erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Web%20Message/web_form_informations.xml
Modified:
    erp5/trunk/bt5/erp5_crm/bt/revision
    erp5/trunk/bt5/erp5_crm/bt/template_action_path_list

Added: erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Web%20Message/web_form_informations.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Web%2520Message/web_form_informations.xml?rev=41794&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Web%20Message/web_form_informations.xml (added)
+++ erp5/trunk/bt5/erp5_crm/ActionTemplateItem/portal_types/Web%20Message/web_form_informations.xml [utf8] Mon Dec 27 12:12:47 2010
@@ -0,0 +1,101 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>action</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>categories</string> </key>
+            <value>
+              <tuple>
+                <string>action_type/object_view</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>category</string> </key>
+            <value> <string>object_view</string> </value>
+        </item>
+        <item>
+            <key> <string>condition</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string>source_carrier category is used to link web message to Web Section who delivered the Original Form.\n
+This information is used to know if this action must be enabled or not.\n
+\n
+This Form has meaning only if erp5_web is installed and if you are using standard contact-us form</string> </value>
+        </item>
+        <item>
+            <key> <string>icon</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>web_form_informations</string> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>View</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>portal_type</string> </key>
+            <value> <string>Action Information</string> </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>15.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Sender Informations</string> </value>
+        </item>
+        <item>
+            <key> <string>visible</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <global name="Expression" module="Products.CMFCore.Expression"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:${object_url}/WebMessage_viewWebFormInformation</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <global name="Expression" module="Products.CMFCore.Expression"/>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>here/hasSourceCarrier</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_crm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/bt/revision?rev=41794&r1=41793&r2=41794&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_crm/bt/revision [utf8] Mon Dec 27 12:12:47 2010
@@ -1 +1 @@
-507
\ No newline at end of file
+512
\ No newline at end of file

Modified: erp5/trunk/bt5/erp5_crm/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_crm/bt/template_action_path_list?rev=41794&r1=41793&r2=41794&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_crm/bt/template_action_path_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_crm/bt/template_action_path_list [utf8] Mon Dec 27 12:12:47 2010
@@ -80,4 +80,5 @@ Visit | view
 Web Message | assessment
 Web Message | preview
 Web Message | related_events
-Web Message | view
\ No newline at end of file
+Web Message | view
+Web Message | web_form_informations
\ No newline at end of file



More information about the Erp5-report mailing list