Skip to content

Conversation

@pkalita-lbl
Copy link
Collaborator

Fixes #1885

In the Vue 3 upgrade an overly permissive truth-y check was added in order to satisfy stricter type-checking. In this code environmentRow can be undefined or a number. The function should return true if environmentRow is zero. So the fix is to explicitly check for undefined before doing the numeric check.

Secondarily, I noticed in the screenshots in the linked issue that the badge showing the number of validation errors was being clipped by the tab container with Vuetify 3. I'm fixing that here by changing the badge to be inline so that it's not absolutely positioned and actually takes up computable space in the tab.

Copy link
Collaborator

@eecavanna eecavanna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for taking care of this issue, which was a release-blocker.

@eecavanna
Copy link
Collaborator

I'll go ahead and merge this into main now, and then will restart the dev Portal stack via the GHA in the cloud deployment repo.

@eecavanna eecavanna merged commit fc99d07 into main Dec 12, 2025
2 checks passed
@eecavanna eecavanna deleted the issue-1885-analysis-tab-copy-bug branch December 12, 2025 00:46
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.

First row of environmental tab not copied over to analysis tab

3 participants