X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Flib%2FRT%2FCustomField.pm;h=0582edd5b3b23acc990dba1f654596ea0d828dc4;hp=c018356b2ded32c33d9b1feaf03a695df4800cd3;hb=e02e5448d8fdad322dbe5562f92d9623e5d6f0dd;hpb=dd65ba99bb9281571f19744154a3b03bcd3f01ab diff --git a/rt/lib/RT/CustomField.pm b/rt/lib/RT/CustomField.pm index c018356b2..0582edd5b 100644 --- a/rt/lib/RT/CustomField.pm +++ b/rt/lib/RT/CustomField.pm @@ -122,7 +122,6 @@ sub Create { Disabled => '0', LinkToValue => '', IncludeContentForValue => '', - Required => '0', @_); $self->SUPER::Create( @@ -382,9 +381,6 @@ sub _CoreAccessible { {read => 1, auto => 1, sql_type => 11, length => 0, is_blob => 0, is_numeric => 0, type => 'datetime', default => ''}, Disabled => {read => 1, write => 1, sql_type => 5, length => 6, is_blob => 0, is_numeric => 1, type => 'smallint(6)', default => '0'}, - Required => - {read => 1, write => 1, sql_type => 5, length => 6, is_blob => 0, is_numeric => 1, type => 'smallint(6)', default => '0'}, - } };