Commit 6ab91ac5 authored by Jérome Perrin's avatar Jérome Perrin

Add an editable column so that we can change templates titles

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23040 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1174ef4b
......@@ -44,12 +44,18 @@
</item>
<item>
<key> <string>action</string> </key>
<value> <string>Base_doSelect</string> </value>
<value> <string>Base_edit</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -91,7 +97,9 @@
<item>
<key> <string>hidden</string> </key>
<value>
<list/>
<list>
<string>listbox_title</string>
</list>
</value>
</item>
<item>
......
......@@ -18,6 +18,7 @@
<string>list_method</string>
<string>selection_name</string>
<string>select</string>
<string>editable_columns</string>
<string>url_columns</string>
</list>
</value>
......@@ -116,6 +117,17 @@
</list>
</value>
</item>
<item>
<key> <string>editable_columns</string> </key>
<value>
<list>
<tuple>
<string>title</string>
<string>title</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_view_mode_listbox</string> </value>
......
933
\ No newline at end of file
934
\ 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