An experiment wont any longer display the username but the whole info about the user
Compare changes
Files
2@@ -18,7 +18,7 @@ public class ExperimentDTO {
@@ -18,7 +18,7 @@ public class ExperimentDTO {
@@ -41,7 +41,7 @@ public class ExperimentDTO {
@@ -41,7 +41,7 @@ public class ExperimentDTO {
this.result = JsonConverters.convertJsonStringToObject(String.valueOf(experimentDAO.getResult()), new ArrayList<>().getClass());