Commit 1021a541 authored by Łukasz Nowak's avatar Łukasz Nowak

- add missing path for gadget

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36028 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 840ebff9
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Gadget" module="Products.ERP5.Document.Gadget"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Access_contents_information_Permission</string> </key>
<value>
<list>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</list>
</value>
</item>
<item>
<key> <string>_Modify_portal_content_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>_View_Permission</string> </key>
<value>
<tuple>
<string>Assignor</string>
<string>Manager</string>
<string>Owner</string>
</tuple>
</value>
</item>
<item>
<key> <string>_local_properties</string> </key>
<value>
<tuple>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>multiple_instances_allowed</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>int</string> </value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>render_type</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>string</string> </value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>view_form_id</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>string</string> </value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>edit_form_id</string> </value>
</item>
<item>
<key> <string>type</string> </key>
<value> <string>string</string> </value>
</item>
</dictionary>
</tuple>
</value>
</item>
<item>
<key> <string>categories</string> </key>
<value>
<tuple>
<string>gadget_type/web_section</string>
</tuple>
</value>
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>edit_form_id</string> </key>
<value> <string>ERP5Site_viewRandomPageGadgetPreferenceDialog</string> </value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>erp5_web_section_random_page</string> </value>
</item>
<item>
<key> <string>multiple_instances_allowed</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>portal_type</string> </key>
<value> <string>Gadget</string> </value>
</item>
<item>
<key> <string>render_type</string> </key>
<value> <string>asynchronous</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Randon Web Section Page</string> </value>
</item>
<item>
<key> <string>view_form_id</string> </key>
<value> <string>ERP5Site_viewRandomPageGadget</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
519
\ No newline at end of file
520В
\ No newline at end of file
......@@ -10,6 +10,8 @@ portal_gadgets/erp5_persons
portal_gadgets/erp5_persons/**
portal_gadgets/erp5_rss
portal_gadgets/erp5_rss/**
portal_gadgets/erp5_web_section_random_page
portal_gadgets/erp5_web_section_random_page/**
portal_gadgets/erp5_worklists
portal_gadgets/erp5_worklists/**
portal_gadgets/google_calendar
......@@ -17,4 +19,4 @@ portal_gadgets/google_calendar/**
portal_gadgets/google_maps
portal_gadgets/google_maps/**
portal_gadgets/google_search
portal_gadgets/google_search/**
\ No newline at end of file
portal_gadgets/google_search/**
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment