Commit 3962dc90 authored by Fabien Morin's avatar Fabien Morin

proxy was bad, fix it.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26475 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8cede3be
......@@ -13,8 +13,6 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>editable</string>
<string>display_width</string>
</list>
</value>
......@@ -76,34 +74,22 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>ID of a script to test if the rule should be applied.</string> </value>
</item>
<item>
<key> <string>display_width</string> </key>
<value> <int>40</int> </value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_translated_workflow_state_title</string> </value>
<value> <string>my_test_method_id</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
<value> <string>Rule_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Test Method ID</string> </value>
</item>
</dictionary>
</value>
</item>
......
1159
\ No newline at end of file
1160
\ 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