[Rt-commit] r7269 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Mon Mar 19 12:37:41 EDT 2007


Author: ruz
Date: Mon Mar 19 12:37:40 2007
New Revision: 7269

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Elements/RT__Ticket/ColumnMap

Log:
 r4758 at cubic-pc:  cubic | 2007-03-19 18:40:31 +0300
 * revert a callback in column map to backward compatible state,
   instead add another one of 'CallbackOnce' type.
   Most applications want the latter one in, but people should switch
   themself instead of us making things buggy.


Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/RT__Ticket/ColumnMap
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/RT__Ticket/ColumnMap	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/RT__Ticket/ColumnMap	Mon Mar 19 12:37:40 2007
@@ -322,6 +322,7 @@
 
 </%ONCE>
 <%init>
-$m->callback( COLUMN_MAP => $COLUMN_MAP, CallbackName => 'ColumnMap', CallbackOnce => 1 );
+$m->callback( COLUMN_MAP => $COLUMN_MAP, CallbackName => 'Once', CallbackOnce => 1 );
+$m->callback( COLUMN_MAP => $COLUMN_MAP, CallbackName => 'ColumnMap' );
 return $ColumnMap->( $Name, $Attr );
 </%init>


More information about the Rt-commit mailing list