Commit eb93ab27 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

partially revert r.25529 because owner or portal_type columns can be useful for developer.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25531 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2305150c
...@@ -72,7 +72,9 @@ ...@@ -72,7 +72,9 @@
<item> <item>
<key> <string>hidden</string> </key> <key> <string>hidden</string> </key>
<value> <value>
<list/> <list>
<string>listbox_owner</string>
</list>
</value> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -313,7 +313,36 @@ ...@@ -313,7 +313,36 @@
<item> <item>
<key> <string>all_columns</string> </key> <key> <string>all_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>description</string>
<string>Description</string>
</tuple>
<tuple>
<string>translated_preference_state_title</string>
<string>Active</string>
</tuple>
<tuple>
<string>Preference_getPriorityAsText</string>
<string>Level</string>
</tuple>
<tuple>
<string>owner</string>
<string>Owner</string>
</tuple>
<tuple>
<string>translated_portal_type</string>
<string>Type</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
......
1086 1087
\ 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