APPLICATION ERROR #1100

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
guest

APPLICATION ERROR #1100

Post by guest »

Im using mantis version 1.0.0rc1.
It seem everything working as I expected.

But now I'm facing a problem when someone updating an issue (i.e. adding a new note).

The note is added to the system, and also mantis sent email notification to the reporter. The reporter received the email.

However, in the "Summary" section of the email, a '#' (hash) is converted to an URL.

E.g. I have an issue summary: UAT #4353 - Failed to send email.

Later when the reporter received the email, he/she will this in the summary section "UAT http://siteaddress/mantis/view.php?id=4353 - Failed to send email."

Is there a way to prevent converting the #(hash) into site URL?

Thanks in advance.
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

The hash (#) is used to create a shortcut link to another bug. The text summary processing does the same.

The simple way to fix this is to change the shortcut. See $g_bug_link_tag.
--
Glenn Henshaw Logical Outcome Ltd.
Mantis developer and user w: http://www.logicaloutcome.ca
guest

Post by guest »

thx
Post Reply