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 @@ ...@@ -27,6 +27,10 @@
<list/> <list/>
</value> </value>
</item> </item>
<item>
<key> <string>acquire_local_roles</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>allowed_content_types</string> </key> <key> <string>allowed_content_types</string> </key>
<value> <value>
...@@ -45,12 +49,11 @@ ...@@ -45,12 +49,11 @@
</item> </item>
<item> <item>
<key> <string>content_meta_type</string> </key> <key> <string>content_meta_type</string> </key>
<value> <string>ERP5 Zodb Cache</string> </value> <value> <string>ERP5 ZODB Cache</string> </value>
</item> </item>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>\n <value> <string> ZODBCache is a Zope (persistent) representation of \n
ZODBCache is a Zope (persistent) representation of \n
the ZODB based real cache plugin object.\n the ZODB based real cache plugin object.\n
</string> </value> </string> </value>
</item> </item>
...@@ -58,6 +61,16 @@ ...@@ -58,6 +61,16 @@
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addZODBCache</string> </value> <value> <string>addZODBCache</string> </value>
</item> </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> <item>
<key> <string>hidden_content_type_list</string> </key> <key> <string>hidden_content_type_list</string> </key>
<value> <value>
...@@ -68,12 +81,24 @@ ...@@ -68,12 +81,24 @@
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>ZODB Cache</string> </value> <value> <string>ZODB Cache</string> </value>
</item> </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> <item>
<key> <string>property_sheet_list</string> </key> <key> <string>property_sheet_list</string> </key>
<value> <value>
<tuple/> <tuple/>
</value> </value>
</item> </item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
1211 1212
\ No newline at end of file \ 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