Commit e2ab3367 authored by Romain Courteaud's avatar Romain Courteaud

Add task_module_person_domain as default report root in TaskModule_viewPlanningReport.

Configure task_report_module_person_domain as default report root in  TaskReportModule_viewPlanningReport.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17160 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 278db66b
......@@ -95,13 +95,13 @@
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<key> <string>list_method</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>portal_types</string> </key>
<key> <string>portal_types</string> </key>
<value>
<list>
<tuple>
......@@ -112,9 +112,13 @@
</value>
</item>
<item>
<key> <string>report_root_list</string> </key>
<key> <string>report_root_list</string> </key>
<value>
<list>
<tuple>
<string>task_module_person_domain</string>
<string>Task per Person</string>
</tuple>
<tuple>
<string>task_module_domain</string>
<string>Task</string>
......@@ -123,11 +127,11 @@
</value>
</item>
<item>
<key> <string>round_script</string> </key>
<key> <string>round_script</string> </key>
<value> <string>Planning_roundBoundToMinute</string> </value>
</item>
<item>
<key> <string>selection_name</string> </key>
<key> <string>selection_name</string> </key>
<value> <string>task_report_planning_selection</string> </value>
</item>
<item>
......@@ -135,7 +139,7 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Task Planning</string> </value>
</item>
</dictionary>
......
......@@ -115,14 +115,14 @@
<key> <string>report_root_list</string> </key>
<value>
<list>
<tuple>
<string>task_report_module_domain</string>
<string>Task Report</string>
</tuple>
<tuple>
<string>task_report_module_person_domain</string>
<string>Task Report per Person</string>
</tuple>
<tuple>
<string>task_report_module_domain</string>
<string>Task Report</string>
</tuple>
</list>
</value>
</item>
......
336
\ No newline at end of file
337
\ 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