mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #33222 # Details This PR fixes an issue where clicking "Controls" in the top nav doesn't go to the expected page when the current page is a Controls tab like "Scripts". The expected page is the default "Controls" page, i.e. the first tab (currently the "OS Settings" tab). # Checklist for submitter If some of the following don't apply, delete the relevant line. - [X] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. ## Testing - [ ] Added/updated automated tests I made a pass at this but it requires either the router or mocking the `<Link>/<ContextLink>` components which seems like overkill for this. - [X] QA'd all new/changed functionality manually 
1 line
98 B
Text
1 line
98 B
Text
- Fixed issue where "Controls" link in the top nav didn't always go to the default controls page.
|