diff --git a/bt5/erp5_ingestion/ActionTemplateItem/portal_types/Contribution%20Tool/contribute_content.xml b/bt5/erp5_ingestion/ActionTemplateItem/portal_types/Contribution%20Tool/contribute_content.xml index 1ce4fa2707651c30406de4ba0d14520fbb3dfd57..f4344b16bf4f0990aad1eaabf1f84d5dc81a824c 100644 --- a/bt5/erp5_ingestion/ActionTemplateItem/portal_types/Contribution%20Tool/contribute_content.xml +++ b/bt5/erp5_ingestion/ActionTemplateItem/portal_types/Contribution%20Tool/contribute_content.xml @@ -33,7 +33,9 @@ </item> <item> <key> <string>description</string> </key> - <value> <string></string> </value> + <value> + <none/> + </value> </item> <item> <key> <string>icon</string> </key> @@ -53,7 +55,7 @@ </item> <item> <key> <string>priority</string> </key> - <value> <float>1.0</float> </value> + <value> <float>3.0</float> </value> </item> <item> <key> <string>title</string> </key> diff --git a/bt5/erp5_ingestion/ActionTemplateItem/portal_types/Contribution%20Tool/contribute_link.xml b/bt5/erp5_ingestion/ActionTemplateItem/portal_types/Contribution%20Tool/contribute_link.xml new file mode 100644 index 0000000000000000000000000000000000000000..a9a17e6fc88e71e47ad12285fd9ade3763f4711b --- /dev/null +++ b/bt5/erp5_ingestion/ActionTemplateItem/portal_types/Contribution%20Tool/contribute_link.xml @@ -0,0 +1,87 @@ +<?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>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_action</string> + </tuple> + </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> + <none/> + </value> + </item> + <item> + <key> <string>icon</string> </key> + <value> <string></string> </value> + </item> + <item> + <key> <string>id</string> </key> + <value> <string>contribute_link</string> </value> + </item> + <item> + <key> <string>permissions</string> </key> + <value> + <tuple> + <string>Modify portal content</string> + </tuple> + </value> + </item> + <item> + <key> <string>priority</string> </key> + <value> <float>4.0</float> </value> + </item> + <item> + <key> <string>title</string> </key> + <value> <string>Contribute Link</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}/ContributionTool_viewContributeLinkDialog</string> </value> + </item> + </dictionary> + </pickle> + </record> +</ZopeData> diff --git a/bt5/erp5_ingestion/bt/revision b/bt5/erp5_ingestion/bt/revision index fc9afb48e033d9a7d2a778e81ae0e9424950c1cd..2b82dfea308730c4f925388dbb683e6eae360640 100644 --- a/bt5/erp5_ingestion/bt/revision +++ b/bt5/erp5_ingestion/bt/revision @@ -1 +1 @@ -59 \ No newline at end of file +60 \ No newline at end of file diff --git a/bt5/erp5_ingestion/bt/template_action_path_list b/bt5/erp5_ingestion/bt/template_action_path_list index a339748c3a7478caa1a6e89385d3715c9a4dfa2e..ba2c2fa19c15f59f098b094305423f0c5c0e48a1 100644 --- a/bt5/erp5_ingestion/bt/template_action_path_list +++ b/bt5/erp5_ingestion/bt/template_action_path_list @@ -1,3 +1,4 @@ Contribution Tool | contribute_content +Contribution Tool | contribute_link Contribution Tool | latest Contribution Tool | view \ No newline at end of file