From cfdac1b56dfc66cee01890db02e946267ea2c09f Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Mon, 8 Jan 2018 14:19:13 +0000
Subject: [PATCH] SSDM-6003 : ELN Storage positions UI, hidden from children,
 shown on their own column as links.

SVN: 39083
---
 .../eln-lims/html/js/views/DataGrid/SampleDataGridUtil.js       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/DataGrid/SampleDataGridUtil.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/DataGrid/SampleDataGridUtil.js
index b1d67f24a1f..48e9966cfea 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/DataGrid/SampleDataGridUtil.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/DataGrid/SampleDataGridUtil.js
@@ -120,7 +120,7 @@ var SampleDataGridUtil = new function() {
 							}
 							var displayName = boxProperty + " : " + positionProperty;
 							if(!isFirst) {
-								storage.append("<br>");
+								storage.append(",<br>");
 							}
 							storage.append(FormUtil.getFormLink(displayName, "Sample", data['$object'].children[cIdx].permId));
 							isFirst = false;
-- 
GitLab