Commit 260298a0 authored by Łukasz Nowak's avatar Łukasz Nowak

- define portal type in listbox, as Supply Chain might have Supply Node and...

- define portal type in listbox, as Supply Chain might have Supply Node and Supply Link subdocuments

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21776 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5a662e7c
......@@ -22,6 +22,7 @@
<string>title</string>
<string>columns</string>
<string>selection_name</string>
<string>portal_types</string>
</list>
</value>
</item>
......@@ -117,6 +118,17 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value>
<list>
<tuple>
<string>Supply Link</string>
<string>Supply Link</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>supply_chain_view_selection_name</string> </value>
......
99
\ No newline at end of file
100
\ 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