Commit fb97c09b authored by Jérome Perrin's avatar Jérome Perrin

add /view in the link and fix a typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23020 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9d6bdcb4
......@@ -81,7 +81,7 @@ body += bug_message.getTextContent("") \n
# Bug Information\n
bug = bug_message.getParentValue()\n
body += """\n
+----------------------- Bug Informations ----------------------+\n
+----------------------- Bug Information ----------------------+\n
\n
Bug: %s\n
Status: %s \n
......@@ -97,7 +97,7 @@ if bug.getSourceTitle() is not None:\n
""" % (bug.getDestinationTitle(\'\'), bug.getSourceTitle(\'\'),\n
bug.getSourceTradeTitle(\'\'))\n
\n
body += """ Link: %s\n
body += """ Link: %s/view\n
Request Project: %s\n
Assigned Project: %s\n
Description: \n
......
311
\ No newline at end of file
312
\ 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