[Rt-commit] r3343 - in rt/branches/3.5-TESTING: . html/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Sun Jul 3 18:54:54 EDT 2005
Author: jesse
Date: Sun Jul 3 18:54:54 2005
New Revision: 3343
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/Elements/EditLinks
Log:
r22196 at hualien: jesse | 2005-07-03 18:21:19 -0400
r21981 at hualien: jesse | 2005-06-29 10:15:07 -0400
* fixed a bug in link editing.
Modified: rt/branches/3.5-TESTING/html/Elements/EditLinks
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/EditLinks (original)
+++ rt/branches/3.5-TESTING/html/Elements/EditLinks Sun Jul 3 18:54:54 2005
@@ -104,7 +104,7 @@
<td class="value">
% while (my $link = $Object->ReferredToBy->Next) {
% # Skip reminders
-% next if (UNIVERSAL::isa($Link->BaseObj, 'RT::Ticket') && $Link->BaseObj->Type eq 'reminder');
+% next if (UNIVERSAL::isa($link->BaseObj, 'RT::Ticket') && $link->BaseObj->Type eq 'reminder');
<INPUT TYPE=CHECKBOX NAME="DeleteLink-<%$link->Base%>-<%$link->Type%>-" value="1">
<& ShowLink, URI => $link->BaseURI &><br>
% }
More information about the Rt-commit
mailing list