From 45fe4b2d5d1efaed100353c25594c4d68ba4d988 Mon Sep 17 00:00:00 2001 From: Lucas Manuel Rodriguez Date: Thu, 29 Aug 2024 17:14:49 -0300 Subject: [PATCH] Fix old change added outside `changes/` (#21685) This lingering changes was first detected by https://github.com/fleetdm/fleet/pull/21369 (the user moved it to the correct place and this PR is removing it). I traced the PR that added the change to the wrong location to an issue with the milestone 4.44.1. --- CHANGELOG.md | 1 + changes/16538-preserve-manage-query-automations-modal-state | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 changes/16538-preserve-manage-query-automations-modal-state diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc83235f9..7ff505690d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -756,6 +756,7 @@ enrolled into teams (or no team) with disk encryption turned on. Thank you [home * Fixed an issue where software from a Parallels VM on a MacOS host would show up in Fleet as if it were the host's software. * Removed unnecessary nested database transactions in batch-setting of MDM profiles. * Added count of upcoming activities to host vitals UI. +* Fixed a bug where the manage query automations modal would lose its state when the user clicks "Preview data". ## Fleet 4.44.0 (Jan 31, 2024) diff --git a/changes/16538-preserve-manage-query-automations-modal-state b/changes/16538-preserve-manage-query-automations-modal-state deleted file mode 100644 index d8ea5ca981..0000000000 --- a/changes/16538-preserve-manage-query-automations-modal-state +++ /dev/null @@ -1,2 +0,0 @@ -- Fix a bug where the manage query automations modal would lose its state when the user clicks - "Preview data"