Commit 1d1bbdc1 authored by Łukasz Nowak's avatar Łukasz Nowak

- added reference column

- renamed resource column to be compatible with view

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22092 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 62d6a5c0
......@@ -86,16 +86,20 @@
<value>
<dictionary>
<item>
<key> <string>all_columns</string> </key>
<key> <string>all_columns</string> </key>
<value>
<list>
<tuple>
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
<tuple>
<string>resource_title</string>
<string>Resource</string>
<string>Target Product</string>
</tuple>
<tuple>
<string>description</string>
......@@ -123,16 +127,20 @@
</value>
</item>
<item>
<key> <string>columns</string> </key>
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
<tuple>
<string>resource_title</string>
<string>Resource</string>
<string>Target Product</string>
</tuple>
<tuple>
<string>description</string>
......@@ -154,7 +162,7 @@
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<key> <string>portal_types</string> </key>
<value>
<list>
<tuple>
......@@ -165,11 +173,11 @@
</value>
</item>
<item>
<key> <string>selection_name</string> </key>
<key> <string>selection_name</string> </key>
<value> <string>transformation_module_transformation_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
<key> <string>sort</string> </key>
<value>
<list>
<tuple>
......@@ -184,7 +192,7 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Transformations</string> </value>
</item>
</dictionary>
......
171
\ No newline at end of file
174
\ 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