Skip to content

Commit

Permalink
#25 Fixed node labels on groupby node
Browse files Browse the repository at this point in the history
  • Loading branch information
mcholste committed Nov 23, 2015
1 parent 7d0f913 commit 19b57ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions web/lib/QueryParser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,14 @@ sub parse {
connectors => $self->connectors,
warnings => $self->warnings,
);

$self->log->debug("self->peer_label: " . $self->peer_label);
if ($self->peer_label){
$args{peer_label} = $self->peer_label;
}
if ($self->from_peer){
$args{from_peer} = $self->from_peer;
}
if ($given_qid){
$args{qid} = $given_qid;
}
Expand Down

0 comments on commit 19b57ff

Please sign in to comment.