From 4f36dad755e5c4986a815e994b0bb5b00fe57caa Mon Sep 17 00:00:00 2001
From: Scott Brown <71395931+xscottxbrownx@users.noreply.github.com>
Date: Mon, 3 Feb 2025 23:52:26 -0800
Subject: [PATCH 1/2] swap order of blacklist buttons (#1)
---
frontend/src/views/Blacklist.svelte | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/src/views/Blacklist.svelte b/frontend/src/views/Blacklist.svelte
index d0ad86d..9ced023 100644
--- a/frontend/src/views/Blacklist.svelte
+++ b/frontend/src/views/Blacklist.svelte
@@ -61,8 +61,8 @@
Blacklist
-
+
From d32d07287bf8b06039f5cd431891b60fbd219ca1 Mon Sep 17 00:00:00 2001
From: Scott Brown <71395931+xscottxbrownx@users.noreply.github.com>
Date: Mon, 3 Feb 2025 23:53:01 -0800
Subject: [PATCH 2/2] fix: Updated documentation link for custom ticket name
formats (#2)
---
frontend/src/components/manage/PanelCreationForm.svelte | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/src/components/manage/PanelCreationForm.svelte b/frontend/src/components/manage/PanelCreationForm.svelte
index cbae9b1..81785a7 100644
--- a/frontend/src/components/manage/PanelCreationForm.svelte
+++ b/frontend/src/components/manage/PanelCreationForm.svelte
@@ -58,7 +58,7 @@
bind:value={data.naming_scheme}
placeholder="ticket-%id%"
tooltipText="Click here for the full placeholder list"
- tooltipLink="https://docs.ticketsbot.cloud" />
+ tooltipLink="https://docs.ticketsbot.cloud/dashboard/settings/placeholders#custom-naming-scheme-placeholders" />
{/if}