Commit 93deae35 authored by Sebastien Robin's avatar Sebastien Robin

clearly show that we display tasks and tasks reports in Project_viewTaskReportList report

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44075 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c1c43bc7
......@@ -54,7 +54,7 @@
\n
return [\n
(translateString(\'Tasks\'), \'Project_viewTaskList\'),\n
(translateString(\'Tasks Reports\'), \'Project_viewTaskReportList\' ),\n
(translateString(\'Tasks Reports and Tasks\'), \'Project_viewTaskReportList\' ),\n
(translateString(\'Tasks Summary\'), \'Project_viewSummaryList\'),\n
]\n
</string> </value>
......
......@@ -118,6 +118,10 @@
<key> <string>columns</string> </key>
<value>
<list>
<tuple>
<string>getTranslatedPortalType</string>
<string>Type</string>
</tuple>
<tuple>
<string>int_index</string>
<string>Index</string>
......@@ -261,10 +265,7 @@
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
<global name="Method" module="Products.Formulator.MethodField"/>
</pickle>
<pickle>
<dictionary>
......@@ -277,10 +278,7 @@
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
<global name="Method" module="Products.Formulator.MethodField"/>
</pickle>
<pickle>
<dictionary>
......
799
\ No newline at end of file
800
\ 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