[Rt-commit] r6033 - in rt/branches/3.6-RELEASE: .
jesse at bestpractical.com
jesse at bestpractical.com
Mon Sep 25 22:31:05 EDT 2006
Author: jesse
Date: Mon Sep 25 22:31:05 2006
New Revision: 6033
Modified:
rt/branches/3.6-RELEASE/ (props changed)
rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
Log:
r27826 at pinglin: jesse | 2006-09-25 22:30:02 -0400
* Added the ability to search on TimeEstimated
Modified: rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm
==============================================================================
--- rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm (original)
+++ rt/branches/3.6-RELEASE/lib/RT/Tickets_Overlay.pm Mon Sep 25 22:31:05 2006
@@ -112,6 +112,7 @@
Priority => [ 'INT', ],
TimeLeft => [ 'INT', ],
TimeWorked => [ 'INT', ],
+ TimeEstimated => [ 'INT', ],
MemberOf => [ 'LINK' => To => 'MemberOf', ],
DependsOn => [ 'LINK' => To => 'DependsOn', ],
RefersTo => [ 'LINK' => To => 'RefersTo', ],
More information about the Rt-commit
mailing list