Skip to content
Snippets Groups Projects
Commit 1773fb02 authored by juanf's avatar juanf
Browse files

SSDM-13842: missing barcode/qr code renaming

parent 2e3fa3cf
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -141,7 +141,7 @@ function SampleTableController(parentController, title, experimentIdentifier, pr ...@@ -141,7 +141,7 @@ function SampleTableController(parentController, title, experimentIdentifier, pr
this.currentView = null; this.currentView = null;
}}); }});
extraOptions.push({ name : "Update Custom Barcodes", action : function(selected) { extraOptions.push({ name : "Update Custom Barcodes/QR Codes", action : function(selected) {
BarcodeUtil.readBarcode(selected); BarcodeUtil.readBarcode(selected);
this.currentView = null; this.currentView = null;
}}); }});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment