Skip to content

Minor adjustments for fixing PR #1186#1212

Merged
mbusch3 merged 1 commit into
ucfopen:devfrom
mbusch3:dev
Jul 2, 2026
Merged

Minor adjustments for fixing PR #1186#1212
mbusch3 merged 1 commit into
ucfopen:devfrom
mbusch3:dev

Conversation

@mbusch3

@mbusch3 mbusch3 commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

If you ignore the additional change where I removed ISSUE_FILTER being imported twice (once as FILTER and again as ISSUE_FILTER), there is only one real change.

Before, the FixIssuesList.js file used the InitialSeverity variable to decide how to compute whether or not to show the "Congratulations! All {initialSeverity} have been resolved." message. But InitialSeverity is only sent on pageload from the summary screen. It's the variable that pre-selects Known or Potential barriers when a user clicks "Resolve" on the summary cards here:

image

But on the Barriers screen, users can change which filter they're using. So now, the currently selected severity is used for showing the same message, based on this guy:

image

@mbusch3 mbusch3 merged commit 44ba920 into ucfopen:dev Jul 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant