[Rt-commit] [svn] r1704 - in rt/branches/3.3-TESTING: . html/Admin/Elements

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Sun Oct 31 22:49:51 EST 2004


Author: jesse
Date: Sun Oct 31 22:49:50 2004
New Revision: 1704

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields
   rt/branches/3.3-TESTING/html/Admin/Elements/PickCustomFields
Log:
 r6149 at tinbook:  jesse | 2004-11-01T03:50:49.511535Z
 RT-Ticket: 6245
 RT-Status: resolved
 RT-Update: correspond
 
 Global custom field editing in 3.3 had the wrong (hardcoded) URL target.
 
 
 


Modified: rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields
==============================================================================
--- rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields	(original)
+++ rt/branches/3.3-TESTING/html/Admin/Elements/EditCustomFields	Sun Oct 31 22:49:50 2004
@@ -45,7 +45,7 @@
 %# }}} END BPS TAGGED BLOCK
 <& /Elements/ListActions, actions => \@results &>
 
-<FORM ACTION="CustomFields.html" METHOD=POST>
+<FORM ACTION="<%$RT::WebPath%><%$m->request_comp->path|n%>" METHOD=POST>
 <INPUT TYPE=HIDDEN NAME="id" VALUE="<% $Object->Id %>">
 <INPUT TYPE=HIDDEN NAME="ObjectType" VALUE="<% $ObjectType %>">
 <INPUT TYPE=HIDDEN NAME="SubType" VALUE="<% $SubType %>">

Modified: rt/branches/3.3-TESTING/html/Admin/Elements/PickCustomFields
==============================================================================
--- rt/branches/3.3-TESTING/html/Admin/Elements/PickCustomFields	(original)
+++ rt/branches/3.3-TESTING/html/Admin/Elements/PickCustomFields	Sun Oct 31 22:49:50 2004
@@ -1,4 +1,4 @@
-%# BEGIN BPS TAGGED BLOCK
+%# {{{ BEGIN BPS TAGGED BLOCK
 %# 
 %# COPYRIGHT:
 %#  
@@ -42,7 +42,7 @@
 %# works based on those contributions, and sublicense and distribute
 %# those contributions and any derivatives thereof.
 %# 
-%# END BPS TAGGED BLOCK
+%# }}} END BPS TAGGED BLOCK
 % if (@CustomFields == 0) {
 <p><i><&|/l&>(None)</&></i></p>
 % } else {


More information about the Rt-commit mailing list