Skip to content
Snippets Groups Projects
Commit 7fd913b1 authored by juanf's avatar juanf
Browse files

SSDM-3632 : Message to use showError instead of window.alert

SVN: 36653
parent e980bad9
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ function SampleTableController(parentController, title, experimentIdentifier, pr
var grid = dataGridController._grid;
var selected = grid.getSelected();
if(selected != undefined && selected.length == 0){
alert("Please select at least one sample to delete!");
Util.showError("Please select at least one sample to delete!");
} else {
var warningText = "The next samples will be deleted: ";
var sampleTechIds = [];
......
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