Commit 8b824fae authored by Sebastien Robin's avatar Sebastien Robin

2010-08-24 Seb

* allow to select the list of filter script in preferences

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37978 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 09084549
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="ERP5Form" module="Products.ERP5Form.Form"/>
<global name="ERP5Form" module="Products.ERP5Form.Form"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -53,6 +50,7 @@ ...@@ -53,6 +50,7 @@
<value> <value>
<list> <list>
<string>left</string> <string>left</string>
<string>right</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -69,6 +67,14 @@ ...@@ -69,6 +67,14 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>right</string> </key>
<value>
<list>
<string>my_preferred_diff_filter_script_id_list</string>
</list>
</value>
</item>
</dictionary> </dictionary>
</value> </value>
</item> </item>
......
607 610
\ 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