From ad8f354f09435c0b22e487a5048c9fefa681c01d Mon Sep 17 00:00:00 2001 From: juanf <juanf> Date: Wed, 12 Jul 2017 14:08:43 +0000 Subject: [PATCH] SSDM-5304 : Show Position parents, needed to navigate to the sample owning the position SVN: 38520 --- .../1/as/webapps/eln-lims/html/js/config/StandardProfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js index db4bf7d14d1..3eb381733e6 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/config/StandardProfile.js @@ -229,8 +229,7 @@ $.extend(StandardProfile.prototype, DefaultProfile.prototype, { "SAMPLE_PARENTS_DISABLED" : true, }, "STORAGE_POSITION" : { - "SAMPLE_CHILDREN_DISABLED" : true, - "SAMPLE_PARENTS_DISABLED" : true, + "SAMPLE_CHILDREN_DISABLED" : true }, "REQUEST" : { "SAMPLE_PARENTS_TITLE" : "Products from Catalog", -- GitLab