From d2df31b467fc9009b898ec809acdb31fa3a0b40e Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Tue, 30 May 2017 12:28:39 +0000
Subject: [PATCH] SSDM-5083 - Implementation hints

SVN: 38234
---
 .../eln-lims/html/js/views/StorageManager/widgets/GridView.js  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/StorageManager/widgets/GridView.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/StorageManager/widgets/GridView.js
index e6f6e23b470..dddff929c06 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/StorageManager/widgets/GridView.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/StorageManager/widgets/GridView.js
@@ -127,6 +127,9 @@ function GridView(gridModel) {
 				if(!usedLabels[labels[i].displayName]) {
 					var labelContainer = $("<div>", { class: "storageBox", id : Util.guid() }).append(labels[i].displayName);
 					if(labels[i].displayName) {
+						//TODO SSDM-5083 - Implementation hints
+						//TODO Check if data is sample and, if then, get the PrintUtil.getTable and put it as tooltip
+						//TODO Check PlateView.js 516
 						labelContainer.tooltipster({
 							content: $("<span>").html(labels[i].displayName)
 						});
-- 
GitLab