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 ...@@ -81,7 +81,7 @@ body += bug_message.getTextContent("") \n
# Bug Information\n # Bug Information\n
bug = bug_message.getParentValue()\n bug = bug_message.getParentValue()\n
body += """\n body += """\n
+----------------------- Bug Informations ----------------------+\n +----------------------- Bug Information ----------------------+\n
\n \n
Bug: %s\n Bug: %s\n
Status: %s \n Status: %s \n
...@@ -97,7 +97,7 @@ if bug.getSourceTitle() is not None:\n ...@@ -97,7 +97,7 @@ if bug.getSourceTitle() is not None:\n
""" % (bug.getDestinationTitle(\'\'), bug.getSourceTitle(\'\'),\n """ % (bug.getDestinationTitle(\'\'), bug.getSourceTitle(\'\'),\n
bug.getSourceTradeTitle(\'\'))\n bug.getSourceTradeTitle(\'\'))\n
\n \n
body += """ Link: %s\n body += """ Link: %s/view\n
Request Project: %s\n Request Project: %s\n
Assigned Project: %s\n Assigned Project: %s\n
Description: \n Description: \n
......
311 312
\ 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