[freeside-commits] freeside/rt/share/html/Admin/Elements EditCustomFields, 1.1.1.2, 1.2
Ivan,,,
ivan at wavetail.420.am
Wed Aug 4 02:25:13 PDT 2010
Update of /home/cvs/cvsroot/freeside/rt/share/html/Admin/Elements
In directory wavetail.420.am:/tmp/cvs-serv4498/share/html/Admin/Elements
Modified Files:
EditCustomFields
Log Message:
fix additional instance of rt/rt problem, RT#9280
Index: EditCustomFields
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/share/html/Admin/Elements/EditCustomFields,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -w -d -r1.1.1.2 -r1.2
--- EditCustomFields 18 May 2010 18:45:34 -0000 1.1.1.2
+++ EditCustomFields 4 Aug 2010 09:25:11 -0000 1.2
@@ -47,7 +47,9 @@
%# END BPS TAGGED BLOCK }}}
<& /Elements/ListActions, actions => \@results &>
-<form action="<%RT->Config->Get('WebPath')%><% $m->request_comp->path |n %>" method="post" name="EditCustomFields">
+% 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">
<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