[Rt-commit] r3266 - in rt/branches/CHALDEA-EXPERIMENTAL: .
html/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Wed Jun 29 10:19:19 EDT 2005
Author: jesse
Date: Wed Jun 29 10:19:18 2005
New Revision: 3266
Modified:
rt/branches/CHALDEA-EXPERIMENTAL/ (props changed)
rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/EditLinks
Log:
r21981 at hualien: jesse | 2005-06-29 10:15:07 -0400
* fixed a bug in link editing.
Modified: rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/EditLinks
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/EditLinks (original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/html/Elements/EditLinks Wed Jun 29 10:19:18 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