Preserve Configuration Editor filters across product tabs and scope policy totals per product#1958
Open
DickTracyII wants to merge 3 commits intomainfrom
Open
Preserve Configuration Editor filters across product tabs and scope policy totals per product#1958DickTracyII wants to merge 3 commits intomainfrom
DickTracyII wants to merge 3 commits intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🗣 Description
This change updates the Configuration Editor filtering behavior so that the selected filter (e.g., “Configured Only”) is preserved when switching between product tabs/configuration type tabs, instead of resetting unexpectedly. It also corrects the policy total counter so totals reflect the currently selected product(s) context rather than an aggregate count across all products.
This update also restores standard window chrome (title bar controls) and ensures the window can be moved and resized correctly, including on smaller laptop displays (13/15 inch) where the title bar and controls were previously missing.
This change introduces a ScubaGear baseline viewer app that lets users quickly browse SCuBA baselines from the baselines packaged with the module, rather than pulling “live” baselines at runtime. The goal is fast, predictable baseline viewing that matches the installed module version and avoids confusion about data source/version
Resolves: #1868
Resolves: #1875
💭 Motivation and context
Users navigating by “Configured” across multiple products expect the same filter to remain applied unless they intentionally change it. Previously, switching tabs reset the filter and showed totals across all products (e.g., Omit Policies showing totals not scoped to the selected product), which made it hard to compare “Configured Only” items across products.
Why ScubaGear baseline viewer app is required / what problem it solves:
Users need a quick way to review baselines locally without relying on “live” baselines that have changed and don't reflect release baselines. Viewing baselines from the module improves consistency: what the user sees aligns to the version they’re running, which reduces ambiguity about baseline provenance and timing.
🧪 Testing
Environment:
Manual verification:
Start-SCuBAConfigApp2, Confirm Window comes up but other windows can go in front of it.
✅ Pre-merge checklist
PR passed smoke test check.
Feature branch has been rebased against changes from parent branch, as needed
Use
Rebase branchbutton below or use this reference to rebase from the command line.Resolved all merge conflicts on branch
Notified merge coordinator that PR is ready for merge via comment mention
Demonstrate changes to the team for questions and comments.
(Note: Only required for issues of size
Mediumor larger)✅ Post-merge checklist
``