Adding a column to an Object in an Extension

Robin Alan aliustek at gmail.com
Wed Sep 14 08:58:58 UTC 2011


My mistake was that in _check_group_id an invalid check and returning undef.

Also, I changed untaint to

my $group = Bugzilla::Extension::FieldGroups::Group->new($input->{'group_id'});

to make sure the id passed is valid.

Thanks



More information about the developers mailing list