From 34b02964aa3970ca3e1ffb6d86c4a2fa67834437 Mon Sep 17 00:00:00 2001 From: Ahmed Awan Date: Thu, 26 Oct 2023 12:50:31 -0500 Subject: [PATCH] change `api/tool_panels` from dict of views to dict containing `default_panel_view` and `views` dict use this api instead of waiting for `isConfigLoaded` in `ToolPanel` --- client/src/components/Panels/ToolPanel.vue | 49 ++++++++++++---------- lib/galaxy/webapps/galaxy/api/tools.py | 7 +++- test/integration/test_edam_toolbox.py | 11 +++-- 3 files changed, 40 insertions(+), 27 deletions(-) diff --git a/client/src/components/Panels/ToolPanel.vue b/client/src/components/Panels/ToolPanel.vue index ed166d8fc29b..a4e1a3e9bd18 100644 --- a/client/src/components/Panels/ToolPanel.vue +++ b/client/src/components/Panels/ToolPanel.vue @@ -1,8 +1,9 @@