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 @@ ...@@ -86,16 +86,20 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>all_columns</string> </key> <key> <string>all_columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
<string>title</string> <string>title</string>
<string>Title</string> <string>Title</string>
</tuple> </tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
<tuple> <tuple>
<string>resource_title</string> <string>resource_title</string>
<string>Resource</string> <string>Target Product</string>
</tuple> </tuple>
<tuple> <tuple>
<string>description</string> <string>description</string>
...@@ -123,16 +127,20 @@ ...@@ -123,16 +127,20 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
<string>title</string> <string>title</string>
<string>Title</string> <string>Title</string>
</tuple> </tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
<tuple> <tuple>
<string>resource_title</string> <string>resource_title</string>
<string>Resource</string> <string>Target Product</string>
</tuple> </tuple>
<tuple> <tuple>
<string>description</string> <string>description</string>
...@@ -154,7 +162,7 @@ ...@@ -154,7 +162,7 @@
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Base_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -165,11 +173,11 @@ ...@@ -165,11 +173,11 @@
</value> </value>
</item> </item>
<item> <item>
<key> <string>selection_name</string> </key> <key> <string>selection_name</string> </key>
<value> <string>transformation_module_transformation_selection</string> </value> <value> <string>transformation_module_transformation_selection</string> </value>
</item> </item>
<item> <item>
<key> <string>sort</string> </key> <key> <string>sort</string> </key>
<value> <value>
<list> <list>
<tuple> <tuple>
...@@ -184,7 +192,7 @@ ...@@ -184,7 +192,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Transformations</string> </value> <value> <string>Transformations</string> </value>
</item> </item>
</dictionary> </dictionary>
......
171 174
\ 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