Skip to content

Commit

Permalink
DOC: add reference from comment to biocore#592
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Sep 11, 2019
1 parent 7e4db61 commit 3fab6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labcontrol/gui/static/js/plateViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ PlateViewer.prototype.modifyWell = function(row, col, content) {
// batch operations.
var possiblyMatchedContent = content;
// TODO: cache list of active samples so that we don't have to make this
// particular request every time modifyWell() is called.
// particular request every time modifyWell() is called. See #592 in GH repo.
get_active_samples().then(
function(sampleIDs) {
// If there is *exactly one* match with an active sample ID, use
Expand Down

0 comments on commit 3fab6ed

Please sign in to comment.