Commit ba7ceb01 authored by Nicolas Delaby's avatar Nicolas Delaby

Fix Constructor name of ZODB Cache

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27317 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8990ab73
......@@ -27,6 +27,10 @@
<list/>
</value>
</item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>allowed_content_types</string> </key>
<value>
......@@ -45,12 +49,11 @@
</item>
<item>
<key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Zodb Cache</string> </value>
<value> <string>ERP5 ZODB Cache</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string>\n
ZODBCache is a Zope (persistent) representation of \n
<value> <string> ZODBCache is a Zope (persistent) representation of \n
the ZODB based real cache plugin object.\n
</string> </value>
</item>
......@@ -58,6 +61,16 @@
<key> <string>factory</string> </key>
<value> <string>addZODBCache</string> </value>
</item>
<item>
<key> <string>filter_content_types</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>hidden_content_type_list</string> </key>
<value>
......@@ -68,12 +81,24 @@
<key> <string>id</string> </key>
<value> <string>ZODB Cache</string> </value>
</item>
<item>
<key> <string>init_script</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>permission</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>property_sheet_list</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
......
1211
\ No newline at end of file
1212
\ No newline at end of file
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