You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
The delivery service type is passed to the ds page via a URL query param (?type=DNS) so the proper DS form can be displayed. The problem exists when you navigate away from that page. I.e. to
^^ the query param follows you around which causes the "bug". On that page the query param will be used to apply a filter to the servers table. This is not what the user intended.
Expected behavior:
The ?type=[DS type] query param should only be programattically set when navigating to:
This Bug Report affects these Traffic Control components:
Current behavior:
When you navigate to a delivery service page in TP, the URL looks like this:
The delivery service type is passed to the ds page via a URL query param (
?type=DNS) so the proper DS form can be displayed. The problem exists when you navigate away from that page. I.e. to^^ the query param follows you around which causes the "bug". On that page the query param will be used to apply a filter to the servers table. This is not what the user intended.
Expected behavior:
The
?type=[DS type]query param should only be programattically set when navigating to:Steps to reproduce:
#1. i.e. click "More > Manage Servers"