[freeside-commits] freeside/rt/share/html/Admin/Elements EditCustomFields, 1.2, 1.3

Ivan,,, ivan at wavetail.420.am
Sat Aug 14 17:44:57 PDT 2010


Update of /home/cvs/cvsroot/freeside/rt/share/html/Admin/Elements
In directory wavetail.420.am:/tmp/cvs-serv16313/rt/share/html/Admin/Elements

Modified Files:
	EditCustomFields 
Log Message:
address root cause of rt/rt links and remove the workarounds, RT#9280

Index: EditCustomFields
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/Admin/Elements/EditCustomFields,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- EditCustomFields	4 Aug 2010 09:25:11 -0000	1.2
+++ EditCustomFields	15 Aug 2010 00:44:55 -0000	1.3
@@ -47,9 +47,7 @@
 %# END BPS TAGGED BLOCK }}}
 <& /Elements/ListActions, actions => \@results &>
 
-% my $path = $m->request_comp->path;
-% $path =~ s(^/rt)(); #hacky, dunno why this happens
-<form action="<%RT->Config->Get('WebPath')%><% $path |n %>" method="post" name="EditCustomFields">
+<form action="<%RT->Config->Get('WebPath')%><% $m->request_comp->path |n %>" method="post" name="EditCustomFields">
 <input type="hidden" class="hidden" name="id" value="<% $Object->Id || ''%>" />
 <input type="hidden" class="hidden" name="ObjectType" value="<% $ObjectType %>" />
 <input type="hidden" class="hidden" name="SubType" value="<% $SubType %>" />



More information about the freeside-commits mailing list