Skip to content

Commit

Permalink
Get instruments before loading a copy
Browse files Browse the repository at this point in the history
  • Loading branch information
eheinrich committed Jul 3, 2019
1 parent a8e090e commit 26a5de1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/js/components/requestgroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -227,11 +227,11 @@
}
that.available_instruments = allowed_instruments;
that.update();
}).done(function() {
if (QueryString().requestgroupid) {
that.fetchRequestGroup(QueryString().requestgroupid);
}
});
}).done(function() {
if (QueryString().requestgroupid) {
that.fetchRequestGroup(QueryString().requestgroupid);
}
});
},
computed: {
Expand Down

0 comments on commit 26a5de1

Please sign in to comment.