From: Paul M. <pj...@sa...> - 2004-07-08 11:02:47
|
Hi, I have found an issue with the table DoTS.DomainFeature. When setting its parent to a TranslatedAASequence I get an error because it can be a parent to 2 separate fields (you only get the SQL error when you submit and the other field is not nullable). In DomainFeature_Table.pm it defines TranslatedAASequence to these fields; $self->setParentList( ['GUS::Model::DoTS:: TranslatedAASequence','aa_sequence_id','aa_sequence_id'], <and> ['GUS::Model::DoTS:: TranslatedAASequence','motif_aa_sequence_id','aa_sequence_id'], Is this a design error? Paul. |