From 2f69953d1fc5edcc0aa4ecfb9534fb45c46ee1fc Mon Sep 17 00:00:00 2001
From: davelopez <46503462+davelopez@users.noreply.github.com>
Date: Wed, 6 Mar 2024 18:10:08 +0100
Subject: [PATCH 1/4] Fix action on history name click for invocations
If the history is archived or purged instead of trying to set it as current history it will open a new browser tab with the history View.
---
.../History/SwitchToHistoryLink.vue | 50 +++++++++++++++++++
.../Workflow/InvocationsList.test.js | 9 +---
.../components/Workflow/InvocationsList.vue | 16 ++----
3 files changed, 54 insertions(+), 21 deletions(-)
create mode 100644 client/src/components/History/SwitchToHistoryLink.vue
diff --git a/client/src/components/History/SwitchToHistoryLink.vue b/client/src/components/History/SwitchToHistoryLink.vue
new file mode 100644
index 000000000000..424c67741bf7
--- /dev/null
+++ b/client/src/components/History/SwitchToHistoryLink.vue
@@ -0,0 +1,50 @@
+
+
+
+