[Rt-devel] RT 3.3.11 Custom Field bug
Todd Chapman
rt at chaka.net
Tue Nov 16 15:26:01 EST 2004
I have a vanilla RT 3.3.11 install. When editing custom fields
in the ticket basics the defaults are not set correctly. Well,
they are not set at all. The only CF types I have tested
are FreeformSingle and SelectMultiple.
I did some debugging with /opt/rt3/share/html/Elements/EditCustomField
In this line:
$Default = ($Values->First ? $Values->First->Content : '');
$Values->First is undefined even though $Values->Count returns '1'.
Is this a bug with SearchBuilder? My SB version is 1.12
-Todd
More information about the Rt-devel
mailing list