From 42a876bf17e30119eb5f3101a1b9b9d443614d0c Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Wed, 25 Jun 2008 09:27:28 +0000 Subject: [PATCH] forgot to commit action view on Notification Message Module git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21814 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../Notification%20Message%20Module/view.xml | 83 +++++++++++++++++++ bt5/erp5_base/bt/revision | 2 +- bt5/erp5_base/bt/template_action_path_list | 1 + 3 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 bt5/erp5_base/ActionTemplateItem/portal_types/Notification%20Message%20Module/view.xml diff --git a/bt5/erp5_base/ActionTemplateItem/portal_types/Notification%20Message%20Module/view.xml b/bt5/erp5_base/ActionTemplateItem/portal_types/Notification%20Message%20Module/view.xml new file mode 100644 index 0000000000..bfdcb23c28 --- /dev/null +++ b/bt5/erp5_base/ActionTemplateItem/portal_types/Notification%20Message%20Module/view.xml @@ -0,0 +1,83 @@ +<?xml version="1.0"?> +<ZopeData> + <record id="1" aka="AAAAAAAAAAE="> + <pickle> + <tuple> + <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>__ac_local_roles__</string> </key> + <value> + <none/> + </value> + </item> + <item> + <key> <string>action</string> </key> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> + </item> + <item> + <key> <string>category</string> </key> + <value> <string>object_list</string> </value> + </item> + <item> + <key> <string>condition</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>description</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>view</string> </value> + </item> + <item> + <key> <string>permissions</string> </key> + <value> + <tuple> + <string>View</string> + </tuple> + </value> + </item> + <item> + <key> <string>priority</string> </key> + <value> <float>1.0</float> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>View</string> </value> + </item> + <item> + <key> <string>visible</string> </key> + <value> <int>1</int> </value> + </item> + </dictionary> + </pickle> + </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <tuple> + <global name="Expression" module="Products.CMFCore.Expression"/> + <tuple/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>text</string> </key> + <value> <string>string:${object_url}/NotificationMessageModule_viewNotificationMessageList</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_base/bt/revision b/bt5/erp5_base/bt/revision index 6ffe0d0bf6..235adf8bd8 100644 --- a/bt5/erp5_base/bt/revision +++ b/bt5/erp5_base/bt/revision @@ -1 +1 @@ -348 \ No newline at end of file +349 \ No newline at end of file diff --git a/bt5/erp5_base/bt/template_action_path_list b/bt5/erp5_base/bt/template_action_path_list index 173d506ca4..23f1c44c71 100644 --- a/bt5/erp5_base/bt/template_action_path_list +++ b/bt5/erp5_base/bt/template_action_path_list @@ -25,6 +25,7 @@ Image | download Image | fullsize_view Image | view Link | view +Notification Message Module | view Notification Message | list Notification Message | local_permission Notification Message | view -- 2.30.9