Commit 8fca71b8 authored by Bartek Górny's avatar Bartek Górny

fixed form action, relation field choosers now display right columns

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10727 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4e98edeb
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
</item> </item>
<item> <item>
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string></string> </value> <value> <string>Base_edit</string> </value>
</item> </item>
<item> <item>
<key> <string>encoding</string> </key> <key> <string>encoding</string> </key>
...@@ -107,6 +107,10 @@ ...@@ -107,6 +107,10 @@
<key> <string>name</string> </key> <key> <string>name</string> </key>
<value> <string>Document_viewRelated</string> </value> <value> <string>Document_viewRelated</string> </value>
</item> </item>
<item>
<key> <string>pt</string> </key>
<value> <string>form_view</string> </value>
</item>
<item> <item>
<key> <string>row_length</string> </key> <key> <string>row_length</string> </key>
<value> <int>4</int> </value> <value> <int>4</int> </value>
...@@ -123,6 +127,10 @@ ...@@ -123,6 +127,10 @@
<key> <string>unicode_mode</string> </key> <key> <string>unicode_mode</string> </key>
<value> <int>0</int> </value> <value> <int>0</int> </value>
</item> </item>
<item>
<key> <string>update_action</string> </key>
<value> <string></string> </value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
...@@ -406,7 +406,28 @@ ...@@ -406,7 +406,28 @@
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
<list/> <list>
<tuple>
<string>id</string>
<string>id</string>
</tuple>
<tuple>
<string>title</string>
<string>title</string>
</tuple>
<tuple>
<string>reference</string>
<string>reference</string>
</tuple>
<tuple>
<string>version</string>
<string>version</string>
</tuple>
<tuple>
<string>language</string>
<string>language</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -406,7 +406,28 @@ ...@@ -406,7 +406,28 @@
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
<list/> <list>
<tuple>
<string>id</string>
<string>id</string>
</tuple>
<tuple>
<string>title</string>
<string>title</string>
</tuple>
<tuple>
<string>reference</string>
<string>reference</string>
</tuple>
<tuple>
<string>version</string>
<string>version</string>
</tuple>
<tuple>
<string>language</string>
<string>language</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
......
...@@ -406,7 +406,28 @@ ...@@ -406,7 +406,28 @@
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
<list/> <list>
<tuple>
<string>id</string>
<string>id</string>
</tuple>
<tuple>
<string>title</string>
<string>title</string>
</tuple>
<tuple>
<string>reference</string>
<string>reference</string>
</tuple>
<tuple>
<string>version</string>
<string>version</string>
</tuple>
<tuple>
<string>language</string>
<string>language</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
......
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