[Rt-commit] r12650 - in rt/branches/3.6-RELEASE: .

falcone at bestpractical.com falcone at bestpractical.com
Fri May 23 18:14:52 EDT 2008


Author: falcone
Date: Fri May 23 18:14:51 2008
New Revision: 12650

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/lib/RT/CustomField_Overlay.pm

Log:
 r33443 at ketch:  falcone | 2008-05-23 18:14:14 -0400
 * document that LoadByName can get you a disabled Custom Field


Modified: rt/branches/3.6-RELEASE/lib/RT/CustomField_Overlay.pm
==============================================================================
--- rt/branches/3.6-RELEASE/lib/RT/CustomField_Overlay.pm	(original)
+++ rt/branches/3.6-RELEASE/lib/RT/CustomField_Overlay.pm	Fri May 23 18:14:51 2008
@@ -258,6 +258,9 @@
 
 Loads the Custom field named NAME.
 
+Will load a Disabled Custom Field even if there is a non-disabled Custom Field
+with the same Name.
+
 If a Queue parameter is specified, only look for ticket custom fields tied to that Queue.
 
 If the Queue parameter is '0', look for global ticket custom fields.


More information about the Rt-commit mailing list