From f5df7de18fb23da9d8ea27d1083e95c3784c699f Mon Sep 17 00:00:00 2001
From: Benjamin Renard <benjamin.renard@akka.eu>
Date: Tue, 29 Sep 2020 16:26:11 +0200
Subject: [PATCH] Fix #8567

---
 js/app/views/PlotComponents/PlotTabContent.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/app/views/PlotComponents/PlotTabContent.js b/js/app/views/PlotComponents/PlotTabContent.js
index 151fc98..9ee0f27 100644
--- a/js/app/views/PlotComponents/PlotTabContent.js
+++ b/js/app/views/PlotComponents/PlotTabContent.js
@@ -150,7 +150,7 @@ Ext.define('amdaPlotComp.PlotTabContent', {
                 }
             }
             this.updateTimeObject();
-            this.plotNode.create({callback: function() {
+            this.plotNode.create({plot: true, callback: function() {
                 me.plotNode.commit();
                 me.setPlotNode(me.plotNode); //to update initial request data
                 me.plotTabPanel.updatePlotTabs();
--
libgit2 0.21.2