[Rt-devel] PATCH: Set/Retrieve custom field value by CLI
Jesse Vincent
jesse at bestpractical.com
Fri Dec 30 03:03:10 EST 2005
> Any expert of RT, could you review my patch? This patch is against RT-3.5.5.
>
> I will be very happy if the patch is accepted by the released RT-3.5.6.
3.5.6 is already out, but I understand the sentiment :)
> + else {
> + ($n, $s) = $ticket->_AddCustomFieldValue(
> + Field => $cf, Value => $val );
> + $s =~ s/^# // if defined $s;
> + }
That leading _ scares me. Any reason you're using the private
_AddCustomFieldValue, rather than the public AddCustomFieldValue?
More information about the Rt-devel
mailing list