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 @@ ...@@ -54,7 +54,7 @@
\n \n
return [\n return [\n
(translateString(\'Tasks\'), \'Project_viewTaskList\'),\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 (translateString(\'Tasks Summary\'), \'Project_viewSummaryList\'),\n
]\n ]\n
</string> </value> </string> </value>
......
...@@ -118,6 +118,10 @@ ...@@ -118,6 +118,10 @@
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
<list> <list>
<tuple>
<string>getTranslatedPortalType</string>
<string>Type</string>
</tuple>
<tuple> <tuple>
<string>int_index</string> <string>int_index</string>
<string>Index</string> <string>Index</string>
...@@ -261,10 +265,7 @@ ...@@ -261,10 +265,7 @@
</record> </record>
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -277,10 +278,7 @@ ...@@ -277,10 +278,7 @@
</record> </record>
<record id="3" aka="AAAAAAAAAAM="> <record id="3" aka="AAAAAAAAAAM=">
<pickle> <pickle>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
......
799 800
\ 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