Skip to content
Snippets Groups Projects
Commit 594d7298 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

ENSCORESW-318: method fetch_all should not be used in attribute context

always need to specify what type of object the attributes are being fetched for
use fetch_all_by_ method instead (fetch_all_by_Slice, fetch_all_by_Gene...)
parent 12a7cb31
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,10 @@ sub remove_from_{
return;
}
sub fetch_all {
throw("Use of method fetch_all not supported for attributes");
}
sub fetch_all_by_{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment