Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tags and tier3 topics #6376

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions kitsune/products/migrations/0021_auto_20241120_0218.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,13 +322,6 @@
"products": ["firefox-private-network-vpn"],
"parent_slug": "sign-in",
},
{
"title": "Can't print on VPN",
"slug": "cant-print-on-vpn",
"description": "Troubleshoot can't print on VPN issues.",
"products": ["firefox-private-network-vpn"],
"parent_slug": "connectivity",
},
{
"title": "Can't select server",
"slug": "cant-select-server",
Expand Down
3 changes: 3 additions & 0 deletions kitsune/tags/migrations/0002_auto_20241115_0241.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from django.db import migrations

ZENDESK_TAGS = [
("Churn", "seg-churn"),
("Gecko", "seg-gecko"),
("Review prompt", "seg-review-prompt"),
("Tablet UI", "seg-tablet-ui"),
Expand Down Expand Up @@ -48,6 +49,7 @@
("Not Firefox", "seg-not-firefox"),
("cancel_no", "seg-cancel-no"),
("cancel_yes", "seg-cancel-yes"),
("Cancel no reason", "seg-cancel-no-reason"),
("Didnt want Renewal-Forgot to cancel", "seg-cancel-forgot"),
("Doesnt fit customer's needs/Missing Features", "seg-cancel-disappointed"),
("Duplicate subscription", "seg-cancel-duplicate"),
Expand Down Expand Up @@ -167,6 +169,7 @@
("VPN::Blocked::Application", "seg-vpn-block-app"),
("VPN::Blocked::Service", "seg-vpn-block-svc"),
("VPN::Blocked::Website", "seg-vpn-block-site"),
("VPN::Can't print on VPN", "seg-cant-print-on-vpn"),
("VPN::Sever Unavailable", "seg-vpn-server-unavail"),
("VPN::Background Service Error", "seg-vpn-bckgrd-svc-err"),
("VPN::No Signal", "seg-vpn-no-signal"),
Expand Down