fleet/frontend/components/forms/fields
Scott Gress 93c75cf1b2
Fix software group dropdown w/ fleet_id (#40079)
<!-- 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
2026-02-18 17:53:00 -06:00
..
AutoSizeInputField Fleet UI [Feature]: UI reskin (#33558) 2025-09-29 12:10:41 -05:00
Checkbox Fleet UI: Update Button to match latest style guide (#38221) 2026-01-14 10:54:09 -05:00
Dropdown Fleet UI: Styling updates to Packs flow (legacy feature) (#38856) 2026-01-29 09:24:28 -05:00
DropdownWrapper Add tests for new "auto update" front-end (#37877) 2026-01-06 09:32:36 -06:00
InputField Move copy UI for InputFields with type="textarea" in line with the label (#39885) 2026-02-16 12:11:40 -08:00
InputFieldHiddenContent Fleet UI: Created consistent UI for the copy button of an input field (#29056) 2025-05-13 10:24:32 -04:00
InputFieldWithIcon Fleet UI [Feature]: UI reskin (#33558) 2025-09-29 12:10:41 -05:00
Radio Fleet UI [Feature]: UI reskin (#33558) 2025-09-29 12:10:41 -05:00
SearchField Fleet UI: Make preview end user experience look like end user experience (#37349) 2025-12-16 16:44:34 -05:00
SelectTargetsDropdown Fix software group dropdown w/ fleet_id (#40079) 2026-02-18 17:53:00 -06:00
Slider Fleet UI [Feature]: UI reskin (#33558) 2025-09-29 12:10:41 -05:00