Commit 367cf1dd authored by Jérome Perrin's avatar Jérome Perrin

enable reference on Item_view

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27188 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4ebf5f10
...@@ -89,13 +89,12 @@ ...@@ -89,13 +89,12 @@
<value> <value>
<list> <list>
<string>my_title</string> <string>my_title</string>
<string>my_reference</string>
<string>my_resource_title</string> <string>my_resource_title</string>
<string>my_variation_category_list</string> <string>my_variation_category_list</string>
<string>my_reference</string>
<string>my_current_owner</string> <string>my_current_owner</string>
<string>my_current_site</string> <string>my_current_site</string>
<string>my_expiration_date</string> <string>my_expiration_date</string>
<string>my_fishing_zone</string>
</list> </list>
</value> </value>
</item> </item>
......
...@@ -12,11 +12,7 @@ ...@@ -12,11 +12,7 @@
<item> <item>
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list/>
<string>hidden</string>
<string>editable</string>
<string>external_validator</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -76,14 +72,6 @@ ...@@ -76,14 +72,6 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
<value> <string></string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_reference</string> </value> <value> <string>my_reference</string> </value>
...@@ -92,10 +80,6 @@ ...@@ -92,10 +80,6 @@
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>Item_viewFieldLibrary</string> </value> <value> <string>Item_viewFieldLibrary</string> </value>
</item> </item>
<item>
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
<value> <value>
<list> <list>
<string>title</string> <string>title</string>
<string>hidden</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -83,10 +82,6 @@ ...@@ -83,10 +82,6 @@
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item>
<key> <string>hidden</string> </key>
<value> <int>1</int> </value>
</item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
......
120 121
\ 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