Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Emmanuel QUEVILLON
BIGSdb
Commits
d73923f0
Commit
d73923f0
authored
Dec 23, 2014
by
Keith Jolley
Browse files
Remove commented out method.
parent
4dd1fc01
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/BIGSdb/CurateBatchAddPage.pm
View file @
d73923f0
...
...
@@ -884,22 +884,6 @@ sub _check_data_duplicates {
return
;
}
#sub _check_allowed_to_modify_isolate {
# my ( $self, $arg_ref ) = @_;
# return if $self->{'system'}->{'dbtype'} ne 'isolates';
# my $pk_combination = $arg_ref->{'pk_combination'};
# my $value = ${ $arg_ref->{'value'} };
# if ($arg_ref->{'field'} eq 'isolate_id'){
# if (!$self->is_allowed_to_view_isolate( $value)){
# my $problem_text = "isolate id-$value is not accessible.<br />";
# $arg_ref->{'problems'}->{$pk_combination} .= $problem_text
# if !defined $arg_ref->{'problems'}->{$pk_combination} || $arg_ref->{'problems'}->{$pk_combination} !~ /$problem_text/;
# ${ $arg_ref->{'special_problem'} } = 1;
# }
# }
# return;
#}
sub
_check_data_allele_designations
{
#special case to check for allele id format and regex which is defined in loci table
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment