[Erp5-report] r21355 - in /erp5/trunk/bt5/erp5_project: WorkflowTemplateItem/portal_workflo...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Jun 5 15:10:59 CEST 2008
Author: rafael
Date: Thu Jun 5 15:10:50 2008
New Revision: 21355
URL: http://svn.erp5.org?rev=21355&view=rev
Log:
Fix for bug 890. last_question was renamed to question_list.
Modified:
erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/TaskReport_notifyAssignee.xml
erp5/trunk/bt5/erp5_project/bt/revision
Modified: erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/TaskReport_notifyAssignee.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/TaskReport_notifyAssignee.xml?rev=21355&r1=21354&r2=21355&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/TaskReport_notifyAssignee.xml (original)
+++ erp5/trunk/bt5/erp5_project/WorkflowTemplateItem/portal_workflow/task_report_workflow/scripts/TaskReport_notifyAssignee.xml Thu Jun 5 15:10:50 2008
@@ -77,7 +77,7 @@
\n
question_list = [question for question in history if question[\'action\'] == \'question_action\' ]\n
if len(question_list) > 0:\n
- question = last_question[-1][\'comment\']\n
+ question = question_list[-1][\'comment\']\n
else:\n
question = \'\'\n
\n
@@ -174,7 +174,6 @@
<string>question</string>
<string>question_list</string>
<string>len</string>
- <string>last_question</string>
<string>source_person</string>
<string>destination_decision_person</string>
<string>None</string>
Modified: erp5/trunk/bt5/erp5_project/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_project/bt/revision?rev=21355&r1=21354&r2=21355&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_project/bt/revision (original)
+++ erp5/trunk/bt5/erp5_project/bt/revision Thu Jun 5 15:10:50 2008
@@ -1,1 +1,1 @@
-514
+516
More information about the Erp5-report
mailing list