From 13c32a5c455dd17c7e296df5ff532520ed0002cb Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Thu, 20 Mar 2008 10:29:02 +0000 Subject: [PATCH] Forgot to commit actions in r20043 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20067 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_types/Foo/view_formbox.xml | 83 +++++++++++++++++++ .../portal_types/Foo/view_formbox_dialog.xml | 83 +++++++++++++++++++ bt5/erp5_ui_test/bt/revision | 2 +- 3 files changed, 167 insertions(+), 1 deletion(-) create mode 100644 bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_formbox.xml create mode 100644 bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_formbox_dialog.xml diff --git a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_formbox.xml b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_formbox.xml new file mode 100644 index 0000000000..aa1d6816fa --- /dev/null +++ b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_formbox.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_view</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_formbox</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>6.0</float> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>FormBox</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}/Foo_viewFormBox</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_formbox_dialog.xml b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_formbox_dialog.xml new file mode 100644 index 0000000000..4dd980bc94 --- /dev/null +++ b/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_formbox_dialog.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_action</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_formbox_dialog</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>7.0</float> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Check FormBox Dialog</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}/Foo_viewFormBoxDialog</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_ui_test/bt/revision b/bt5/erp5_ui_test/bt/revision index 8db9866c84..4f37670799 100644 --- a/bt5/erp5_ui_test/bt/revision +++ b/bt5/erp5_ui_test/bt/revision @@ -1 +1 @@ -332 \ No newline at end of file +333 \ No newline at end of file -- 2.30.9