Commit 2bc54d42 authored by Łukasz Nowak's avatar Łukasz Nowak

- reference property is important on Hosting Subscription

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43780 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 113b3757
......@@ -10,7 +10,7 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>portal_type</string>
<string>columns</string>
<string>selection_name</string>
<string>title</string>
</list>
......@@ -73,6 +73,21 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_list_mode_listbox</string> </value>
......
......@@ -94,6 +94,7 @@
<value>
<list>
<string>my_title</string>
<string>my_reference</string>
</list>
</value>
</item>
......
74
\ No newline at end of file
76
\ 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