Email Notification has bad link back to bug....

If you are having a problem using Dragnet, post a message here.

Moderator: SourceGear

Locked
alowe

Email Notification has bad link back to bug....

Post by alowe » Fri Feb 18, 2005 7:08 pm

Email notification is working beautifully except that the return url looks like this:

Code: Select all

<a href="http://xyz.com/ShowItem.aspx?pid=107&itemid=910>http://xyz.com/ShowItem.aspx?pid=107&itemid=910
Notice the missing quote in first tag and no trailing tag at all. Is there something I can do to fix this? Or, does this require a fix from you folks?

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Fri Feb 18, 2005 11:01 pm

Looks like the link for HTML based email when adding is OK. However, the link for HTML based email when modifying is missing the extra quote. Text based messages still work correctly.

Thanks for the report, I've logged a bug to fix this.

[Update] - This is scheduled to be fixed in the next Dragnet release.
Jeff Clausius
SourceGear

wpriess

RE: Email Notification has bad link back to bug....

Post by wpriess » Fri Feb 25, 2005 1:12 pm

I've noticed this in other emails, not just when updating, but also adding.

When creating a Bug, the entire text of the <table> tag is included in the link. The reason for it was that a double quote was not included in the href attribute.

HTH,
Bill Priess

Code: Select all

<html>
<body>
wpriess has modified item #1 in the Physician's Portal project,
assigned to wpriess. <br> <br>

This item is published at: <br>
<a href="http://dragnet/Dragnet/ShowItem.aspx?pid=102&itemid=1>http://dragnet/Dragnet/ShowItem.aspx?pid=102&itemid=1</a> <br> <br>

Item information is below:
<table>
<tr valign=top> <td align=right> Type: </td> <td> Bug  </td></tr>
<tr valign=top> <td align=right> Description: </td> <td> Test Bug  </td></tr>
<tr valign=top> <td align=right> Status: </td> <td> Completed </td> <td> [was: Open] </td></tr>
<tr valign=top> <td align=right> Assignee: </td> <td> wpriess  </td></tr>
<tr valign=top> <td align=right> Category: </td> <td>   </td></tr>
<tr valign=top> <td align=right> Milestone: </td> <td> Release - Phase I  </td></tr>
<tr valign=top> <td align=right> Priority: </td> <td> High  </td></tr>
<tr valign=top> <td align=right> Project: </td> <td> Physician's Portal  </td></tr>
<tr valign=top> <td align=right> Platform: </td> <td> Windows  </td></tr>
<tr valign=top> <td align=right> Time remaining: </td> <td> Unknown  </td></tr>
<tr valign=top> <td align=right> Reporter: </td> <td> wpriess </td></tr>
<tr valign=top> <td align=right> Created: </td> <td> 2/22/2005 12:22:45 PM </td></tr>
<tr valign=top> <td align=right> Custom 1: </td> <td>   </td></tr>
<tr valign=top> <td align=right> Custom 2: </td> <td>   </td></tr>
<tr valign=top> <td align=right> Version: </td> <td> 1.0  </td></tr>
<tr valign=top> <td align=right> Details: </td> <td colspan=2> Test Bug
<div style="font-family: Comic Sans; font-size:15pt;">HEllo There</div>  </td></tr> </table>

<p>Vault Change Set Comment<br>Item:1 - Test Bug

This is a test.</body>
</html>
jclausius wrote:Looks like the link for HTML based email when adding is OK. However, the link for HTML based email when modifying is missing the extra quote. Text based messages still work correctly.

Thanks for the report, I've logged a bug to fix this.

[Update] - This is scheduled to be fixed in the next Dragnet release.

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Fri Feb 25, 2005 1:30 pm

Thanks for the report. The two areas affected with HTML baesd emails are when:

- An item is modified ( ex: milestone / description changed )
- A comment was added to an item

Text based emails are not affected by this problem.
Jeff Clausius
SourceGear

wpriess
Posts: 6
Joined: Fri Feb 25, 2005 1:14 pm
Location: San Jose, CA
Contact:

Post by wpriess » Fri Feb 25, 2005 1:44 pm

Yeah, that is what I noticed about 10 minutes ago... :lol:
Thanks,

Bill Priess
Lead Developer
MW2 Consulting
Sunnyvale, CA

MackPio
Posts: 1
Joined: Wed Nov 17, 2004 9:19 pm

Post by MackPio » Wed May 04, 2005 3:19 pm

when is this update due to release?

jclausius
Posts: 3702
Joined: Tue Dec 16, 2003 1:17 pm
Location: SourceGear
Contact:

Post by jclausius » Mon Jun 13, 2005 7:13 am

This is fixed in the latest version.
Jeff Clausius
SourceGear

Locked