From 6b6be011f6fb58f0f4c679caa51dcdcdc112c87c Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Mon, 4 Jul 2011 16:33:38 +0000 Subject: [PATCH] [LMS-2354] fixed compilation error (reverted cleanup made in 21969 because of Eclipse not showing compilation errors) SVN: 21970 --- .../web/client/application/DisplayTypeIDGenerator.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/DisplayTypeIDGenerator.java b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/DisplayTypeIDGenerator.java index a25ad3d5512..5ffc9eb5447 100644 --- a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/DisplayTypeIDGenerator.java +++ b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/client/application/DisplayTypeIDGenerator.java @@ -41,7 +41,11 @@ public enum DisplayTypeIDGenerator implements IDisplayTypeIDGenerator EXPERIMENT_FEATURE_VECTOR_SUMMARY_SECTION("experiment-feature-vector-summary-section"), - MATERIAL_MERGED_SUMMARY_SECTION("material-merged-summary-section"); + MATERIAL_MERGED_SUMMARY_SECTION("material-merged-summary-section"), + + MATERIAL_REPLICA_SUMMARY_SECTION("material-replica-summary-section"), + + MATERIAL_FEATURES_FROM_ALL_EXPERIMENTS_SECTION("material-features-all-experiments-section"); private final String genericNameOrPrefix; -- GitLab