Commit 5231b76b authored by Yoshinori Okuji's avatar Yoshinori Okuji

2009-09-15 yo

* Show nearly the same columns in the dialog of related requirements on Project Line as in Requirement_view.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29056 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9eb49592
......@@ -13,10 +13,11 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>base_category</string>
<string>portal_type</string>
<string>catalog_index</string>
<string>columns</string>
<string>portal_type</string>
<string>title</string>
</list>
</value>
</item>
......@@ -85,6 +86,33 @@
<key> <string>catalog_index</string> </key>
<value> <string>title</string> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
<string>int_index</string>
<string>Index</string>
</tuple>
<tuple>
<string>reference</string>
<string>Reference</string>
</tuple>
<tuple>
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>description</string>
<string>Description</string>
</tuple>
<tuple>
<string>comment</string>
<string>Comment</string>
</tuple>
</list>
</value>
</item>
<item>
<key> <string>default_module</string> </key>
<value> <string>requirement</string> </value>
......
2009-09-15 yo
* Show nearly the same columns in the dialog of related requirements on Project Line as in Requirement_view.
2009-09-11 yusei
* Fix Requirement type information and make view action the first priority.
......
Copyright (c) 2005-2006 Nexedi SARL
\ No newline at end of file
Copyright (c) 2005-2009 Nexedi SA
\ No newline at end of file
669
\ No newline at end of file
670
\ 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