Commit 44c7b7a4 authored by Fabien Morin's avatar Fabien Morin

2008-11-25 fabien

* add more columns in bug_module view to be able to sort by project, ...

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24690 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6ea4683a
......@@ -342,6 +342,14 @@
<string>start_date</string>
<string>Date</string>
</tuple>
<tuple>
<string>creation_date</string>
<string>Creation Date</string>
</tuple>
<tuple>
<string>modification_date</string>
<string>Modification Date</string>
</tuple>
<tuple>
<string>resource_title</string>
<string>Type</string>
......@@ -362,6 +370,34 @@
<string>translated_simulation_state_title</string>
<string>State</string>
</tuple>
<tuple>
<string>source_project_title</string>
<string>Handled Project</string>
</tuple>
<tuple>
<string>destination_project_title</string>
<string>Requested Project</string>
</tuple>
<tuple>
<string>source_decision_title</string>
<string>Supervisor</string>
</tuple>
<tuple>
<string>destination_section_title</string>
<string>Client</string>
</tuple>
<tuple>
<string>source_section_title</string>
<string>Supplier</string>
</tuple>
<tuple>
<string>follow_up_title</string>
<string>Follow Up</string>
</tuple>
<tuple>
<string>destination_title</string>
<string>Requester</string>
</tuple>
</list>
</value>
</item>
......@@ -657,6 +693,12 @@
<key> <string>title</string> </key>
<value> <string>Bugs</string> </value>
</item>
<item>
<key> <string>untranslatable_columns</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>url_columns</string> </key>
<value>
......
2008-11-25 fabien
* add more columns in bug_module view to be able to sort by project, ...
2008-10-6 yusei
* Set original English term to a new term when create a new term from English ones.
......
405
\ No newline at end of file
407
\ 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