Skip to content

Commit

Permalink
Update HTMLClient.pm
Browse files Browse the repository at this point in the history
Stopgap for #693
  • Loading branch information
kltm authored Aug 14, 2023
1 parent fa96014 commit 07b13da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perl/lib/AmiGO/WebApp/HTMLClient.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,8 @@ sub mode_term_details {
## using. Default the default to 'isa_partof'.
$params->{relation} = $self->param('relation')
if ! $params->{relation} && $self->param('relation');
my $default_relation = $params->{relation} || 'isa_partof';
#my $default_relation = $params->{relation} || 'isa_partof';
my $default_relation = $params->{relation} || 'regulates';
$self->set_template_parameter('DEFAULT_RELATION', $default_relation);

## Optional RESTmark input for embedded search_pane--external
Expand Down

0 comments on commit 07b13da

Please sign in to comment.