From e082a5f5aaf928d8ec0b5efeac6c4bd9a5dfd8b8 Mon Sep 17 00:00:00 2001
From: Benjamin Renard <benjamin.renard@akka.eu>
Date: Wed, 1 Mar 2023 09:40:39 +0000
Subject: [PATCH] Hide not fully tested functionalities

---
 js/app/views/PlotComponents/PlotPreviewUI.js | 2 +-
 js/app/views/PlotTabResultUI.js              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/js/app/views/PlotComponents/PlotPreviewUI.js b/js/app/views/PlotComponents/PlotPreviewUI.js
index 9073795..a849e44 100644
--- a/js/app/views/PlotComponents/PlotPreviewUI.js
+++ b/js/app/views/PlotComponents/PlotPreviewUI.js
@@ -241,7 +241,7 @@ Ext.define('amdaPlotComp.PlotPreviewUI', {
 			];
 		};
 
-		childrenOfTopToolBar.push(me.createDownloadButton(configResult));
+		// childrenOfTopToolBar.push(me.createDownloadButton(configResult)); // #10936 - Not fully tested
 
 		var topToolbar =
 		{
diff --git a/js/app/views/PlotTabResultUI.js b/js/app/views/PlotTabResultUI.js
index 9adb679..a31dfd3 100644
--- a/js/app/views/PlotTabResultUI.js
+++ b/js/app/views/PlotTabResultUI.js
@@ -220,10 +220,10 @@ Ext.define('amdaUI.PlotTabResultUI', {
 			me.contextualMenu.add('-');
 			me.contextualMenu.add(insertIntervalItem);
 		}
-		if (plotFunctionItem != null) {
+		/*if (plotFunctionItem != null) { // #9016 & #6018 - Hide - Not fully tested
 			me.contextualMenu.insert(0, '-');
 			me.contextualMenu.insert(0, plotFunctionItem);
-		}
+		}*/
 	},
 
 	getAxisValue: function (axis, pixelMin, pixelMax, pixelVal) {
--
libgit2 0.21.2