Commit 1dde4b25 authored by Nicolas Delaby's avatar Nicolas Delaby

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23351 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent afab3809
...@@ -71,10 +71,10 @@ ...@@ -71,10 +71,10 @@
bug = bug_message.getParentValue()\n bug = bug_message.getParentValue()\n
body = """\n body = """\n
Bug : %s\n Bug : %s\n
Status : %s \n Status : %s\n
Date : %s\n Date : %s\n
Link : %s/view\n Link : %s/view\n
""" % (bug.getTitle(\'\'), bug.getSimulationStateTitle(), \n """ % (bug.getTitle(\'\'), bug.getSimulationStateTitle(),\n
bug.getStartDate(\'\'), bug.getAbsoluteUrl())\n bug.getStartDate(\'\'), bug.getAbsoluteUrl())\n
\n \n
if bug.getSourceTitle() is not None:\n if bug.getSourceTitle() is not None:\n
...@@ -92,8 +92,8 @@ if bug.getSourceProjectTitle() is not None:\n ...@@ -92,8 +92,8 @@ if bug.getSourceProjectTitle() is not None:\n
body += """ Assigned Project : %s\n body += """ Assigned Project : %s\n
""" % bug.getSourceProjectTitle()\n """ % bug.getSourceProjectTitle()\n
\n \n
body += """ \n body += """\n
Description: \n Description:\n
\n \n
%s\n %s\n
\n \n
...@@ -101,7 +101,7 @@ body += """ \n ...@@ -101,7 +101,7 @@ body += """ \n
\n \n
body += """ Messages :\n body += """ Messages :\n
"""\n """\n
# Messages Information \n # Messages Information\n
simulation_state = (\'delivered\', \'started\')\n simulation_state = (\'delivered\', \'started\')\n
bug_message_list = [bug_message]\n bug_message_list = [bug_message]\n
lines_list = bug.searchFolder(portal_type=\'Bug Line\', sort_on=(("id", "DESC"),),\n lines_list = bug.searchFolder(portal_type=\'Bug Line\', sort_on=(("id", "DESC"),),\n
...@@ -113,7 +113,7 @@ for message in bug_message_list:\n ...@@ -113,7 +113,7 @@ for message in bug_message_list:\n
body += """\n body += """\n
++++++ Message #%s submitted by %s on %s ++++++\n ++++++ Message #%s submitted by %s on %s ++++++\n
%s\n %s\n
""" % (message_count, bug_message.getSourceTitle(\'\'), \n """ % (message_count, bug_message.getSourceTitle(\'\'),\n
message.getStartDate(), message.getTextContent(\'\') )\n message.getStartDate(), message.getTextContent(\'\') )\n
\n \n
recipient_list = bug_message.BugLine_getRecipientValueList()\n recipient_list = bug_message.BugLine_getRecipientValueList()\n
......
336 338
\ 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