diff --git a/eu_basynthec/source/html/browser/openbis-basynthec.js b/eu_basynthec/source/html/browser/openbis-basynthec.js index 6ba6f51ca10cfd3d126882befc46834cf28c6077..ea715dc3e1a60b0c6e6c2074cb135d50732d67a3 100644 --- a/eu_basynthec/source/html/browser/openbis-basynthec.js +++ b/eu_basynthec/source/html/browser/openbis-basynthec.js @@ -70,8 +70,8 @@ openbis_basynthec.prototype.getStrainsPhenotypesAndPredictions = function(action $.each(response.result.rows, function(index, row){ result[row[0].value] = { "name" : row[0].value, - "hasPhenotypes" : row[1].value && row[1].value.toUpperCase() == "TRUE", - "hasPredictions" : row[2].value && row[2].value.toUpperCase() == "TRUE" + "hasPredictions" : row[1].value && row[1].value.toUpperCase() == "TRUE", + "hasPhenotypes" : row[2].value && row[2].value.toUpperCase() == "TRUE" } }); }