Commit e52e79d5 authored by Jérome Perrin's avatar Jérome Perrin

Use a default value for the form_id TALES that will not fail in the test_deadProxyFields unit test

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19777 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ddeb97a9
......@@ -69,17 +69,17 @@
<value>
<dictionary>
<item>
<key> <string>anchor</string> </key>
<key> <string>anchor</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>columns</string> </key>
<key> <string>columns</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>editable_columns</string> </key>
<key> <string>editable_columns</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
</value>
......@@ -95,19 +95,19 @@
</value>
</item>
<item>
<key> <string>list_method</string> </key>
<key> <string>list_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search</string> </key>
<key> <string>search</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>select</string> </key>
<key> <string>select</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
<key> <string>selection_name</string> </key>
<value> <string></string> </value>
</item>
<item>
......@@ -115,7 +115,7 @@
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
......@@ -183,7 +183,7 @@
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
<value> <string>Folder_viewContentList</string> </value>
</item>
<item>
<key> <string>height</string> </key>
......
728
\ No newline at end of file
729
\ 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