From 3aa18d4dcfb38fc792df33250d960c596b933a70 Mon Sep 17 00:00:00 2001 From: Thom McGrath Date: Tue, 30 Jan 2024 16:21:40 -0500 Subject: [PATCH] Omni notice banners take the user to a product-specific page. --- Project/Views/Ark/ArkDocumentEditorView.xojo_window | 2 +- Project/Views/ArkSA/ArkSADocumentEditorView.xojo_window | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project/Views/Ark/ArkDocumentEditorView.xojo_window b/Project/Views/Ark/ArkDocumentEditorView.xojo_window index c8fc5d865..39d0cdd84 100644 --- a/Project/Views/Ark/ArkDocumentEditorView.xojo_window +++ b/Project/Views/Ark/ArkDocumentEditorView.xojo_window @@ -1245,7 +1245,7 @@ End #tag Events OmniNoticeBanner #tag Event Sub Pressed() - System.GotoURL(Beacon.WebURL("/omni")) + System.GotoURL(Beacon.WebURL("/omni#Ark")) End Sub #tag EndEvent #tag Event diff --git a/Project/Views/ArkSA/ArkSADocumentEditorView.xojo_window b/Project/Views/ArkSA/ArkSADocumentEditorView.xojo_window index 09a25f87b..c322751b8 100644 --- a/Project/Views/ArkSA/ArkSADocumentEditorView.xojo_window +++ b/Project/Views/ArkSA/ArkSADocumentEditorView.xojo_window @@ -1325,7 +1325,7 @@ End #tag Events OmniNoticeBanner #tag Event Sub Pressed() - System.GotoURL(Beacon.WebURL("/omni")) + System.GotoURL(Beacon.WebURL("/omni#ArkSA")) End Sub #tag EndEvent #tag Event