From db2d043d73a9fe11b797ebafe581eaec2ec92863 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Wed, 22 Sep 2010 07:56:19 +0000
Subject: [PATCH] hide some sections in HCS by default

SVN: 17943
---
 screening/dist/etc/web-client.properties | 34 +++++++++++++-----------
 screening/etc/web-client.properties      | 28 +++++++++++--------
 2 files changed, 36 insertions(+), 26 deletions(-)

diff --git a/screening/dist/etc/web-client.properties b/screening/dist/etc/web-client.properties
index 3ae2ab9b714..88aef1a1bb3 100644
--- a/screening/dist/etc/web-client.properties
+++ b/screening/dist/etc/web-client.properties
@@ -33,20 +33,24 @@
 #   	plate-locations-material-section
 #			query-section
 #
-# Example:
-#
-#detail-views = sample-view, experiment-view, data-view  
-#
-#sample-view.view = generic_sample_viewer
-#sample-view.types = PLATE
-#sample-view.hide-sections = 
-#
-#experiment-view.view = generic_sample_viewer
+detail-views = plate-or-well-view, image-data-view, image-analysis-data-view 
+
+#experiment-view.view = generic_experiment_viewer
 #experiment-view.types = SIRNA_HCS
-#experiment-view.hide-sections = 
-#
-#data-view.view = generic_dataset_viewer
-#data-view.types = HCS_IMAGE
-#data-view.hide-smart-view = false
-#data-view.hide-file-view = false
+#experiment-view.hide-sections = data-set-section, attachment-section
+
+plate-or-well-view.view = generic_sample_viewer
+plate-or-well-view.types = PLATE, OLIGO_WELL, CONTROL_WELL
+plate-or-well-view.hide-sections = container-sample-section, derived-samples-section, parent-samples-section, data-set-section, attachment-section
+
+image-data-view.view = generic_dataset_viewer
+image-data-view.types = HCS_IMAGE
+image-data-view.hide-sections = data-set-parents-section, data-set-children-section, plate-layout-dataset-section
+image-data-view.hide-smart-view = false
+image-data-view.hide-file-view = true
 
+image-analysis-data-view.view = generic_dataset_viewer
+image-analysis-data-view.types = HCS_IMAGE_ANALYSIS_DATA
+image-analysis-data-view.hide-sections = data-set-parents-section, data-set-children-section
+image-analysis-data-view.hide-smart-view = true
+image-analysis-data-view.hide-file-view = true
diff --git a/screening/etc/web-client.properties b/screening/etc/web-client.properties
index 34380c8a9ed..c5ab6d5d9cb 100644
--- a/screening/etc/web-client.properties
+++ b/screening/etc/web-client.properties
@@ -33,20 +33,26 @@
 #   	plate-locations-material-section
 #			query-section
 #
-# Example:
-#  
 detail-views = sample-view, experiment-view, data-view  
 
-sample-view.view = generic_sample_viewer
-sample-view.types = PLATE
-sample-view.hide-sections = 
+detail-views = plate-or-well-view, image-data-view, image-analysis-data-view 
 
-experiment-view.view = generic_sample_viewer
+experiment-view.view = generic_experiment_viewer
 experiment-view.types = SIRNA_HCS
-experiment-view.hide-sections = 
+experiment-view.hide-sections = data-set-section, attachment-section
 
-data-view.view = generic_dataset_viewer
-data-view.types = HCS_IMAGE
-data-view.hide-smart-view = false
-data-view.hide-file-view = false
+plate-or-well-view.view = generic_sample_viewer
+plate-or-well-view.types = PLATE, OLIGO_WELL, CONTROL_WELL
+plate-or-well-view.hide-sections = container-sample-section, derived-samples-section, parent-samples-section, data-set-section, attachment-section
 
+image-data-view.view = generic_dataset_viewer
+image-data-view.types = HCS_IMAGE
+image-data-view.hide-sections = data-set-parents-section, data-set-children-section, plate-layout-dataset-section
+image-data-view.hide-smart-view = false
+image-data-view.hide-file-view = true
+
+image-analysis-data-view.view = generic_dataset_viewer
+image-analysis-data-view.types = HCS_IMAGE_ANALYSIS_DATA
+image-analysis-data-view.hide-sections = data-set-parents-section, data-set-children-section
+image-analysis-data-view.hide-smart-view = true
+image-analysis-data-view.hide-file-view = true
\ No newline at end of file
-- 
GitLab