Skip to content
Snippets Groups Projects
Commit 80f3adb9 authored by juanf's avatar juanf
Browse files

SSDM-2495 : Polishing

SVN: 34758
parent c42134a3
No related branches found
No related tags found
No related merge requests found
...@@ -275,6 +275,7 @@ function ServerFacade(openbisServer) { ...@@ -275,6 +275,7 @@ function ServerFacade(openbisServer) {
this.searchWithType( this.searchWithType(
sampleType.code, sampleType.code,
prefix+"*", prefix+"*",
false,
function(results) { function(results) {
if(results.length == 0){ if(results.length == 0){
nextcode = prefix + "1"; nextcode = prefix + "1";
......
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