mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #40077 # Details Fixes an unreleased bug where rewriting the location with `fleet_id` in the string would not properly set the current team in the useTeamParam hook. This is because we haven't fully switched over to `fleet_id` internally yet, so we still need to check for `team_id` until we do. Also updated a few lingering instances of "team" in the user-facing text. # Checklist for submitter If some of the following don't apply, delete the relevant line. - [ ] 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. n/a, unreleased bug ## Testing - [ ] Added/updated automated tests no tests to speak of - [X] QA'd all new/changed functionality manually On main branch, was able to reproduce the issue where selecting an option from the "All software" dropdown on the Software page caused the selected fleet to be reset. On this branch, the selected fleet was maintained after making a selection. For unreleased bug fixes in a release candidate, one of: - [X] Confirmed that the fix is not expected to adversely impact load test results |
||
|---|---|---|
| .. | ||
| SelectTargetsInput | ||
| SelectTargetsMenu | ||
| TargetDetails | ||
| TargetOption | ||
| _styles.scss | ||
| helpers.ts | ||
| index.js | ||
| SelectTargetsDropdown.jsx | ||
| SelectTargetsDropdown.stories.tsx | ||