From f51e3f1fb81baf972d1379fadc58d650538ae77e Mon Sep 17 00:00:00 2001 From: felmer <franz-josef.elmer@id.ethz.ch> Date: Tue, 31 Jan 2023 08:39:27 +0100 Subject: [PATCH] SSDM-12929: hide only container data sets for microscopy --- .../eln-tree/resolver-plugins/microscopy.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/dss/file-system-plugins/eln-tree/resolver-plugins/microscopy.py b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/dss/file-system-plugins/eln-tree/resolver-plugins/microscopy.py index cfa568abe7e..43b0700280e 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/dss/file-system-plugins/eln-tree/resolver-plugins/microscopy.py +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/dss/file-system-plugins/eln-tree/resolver-plugins/microscopy.py @@ -1,4 +1 @@ -acceptor.hideDataSetType("MICROSCOPY_IMG") -acceptor.hideDataSetType("MICROSCOPY_IMG_OVERVIEW") -acceptor.hideDataSetType("MICROSCOPY_IMG_THUMBNAIL") acceptor.hideDataSetType("MICROSCOPY_IMG_CONTAINER") -- GitLab