Commit a079a8cf authored by Łukasz Nowak's avatar Łukasz Nowak

- define portal type

 - set column title


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28009 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2bdf3ce4
...@@ -13,9 +13,10 @@ ...@@ -13,9 +13,10 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>title</string>
<string>columns</string> <string>columns</string>
<string>portal_types</string>
<string>selection_name</string> <string>selection_name</string>
<string>title</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -82,7 +83,7 @@ ...@@ -82,7 +83,7 @@
<list> <list>
<tuple> <tuple>
<string>title</string> <string>title</string>
<string>Title</string> <string>Business Process</string>
</tuple> </tuple>
<tuple> <tuple>
<string>reference</string> <string>reference</string>
...@@ -118,6 +119,17 @@ ...@@ -118,6 +119,17 @@
</list> </list>
</value> </value>
</item> </item>
<item>
<key> <string>portal_types</string> </key>
<value>
<list>
<tuple>
<string>Business Process</string>
<string>Business Process</string>
</tuple>
</list>
</value>
</item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>business_process_model_module_selection</string> </value> <value> <string>business_process_model_module_selection</string> </value>
......
692 693
\ 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