Hotfix/v7.5.1 - #780
Merged
Merged
Conversation
…support add normalization func and test
update develop from master-7.5.0
- Update deprecated getAllColumns function from new ag grid version - Add checks for potential empty columns array from colApi getColumns - Remove duplicated column auto sizing useEffect in DataTable since onFirstDataRendered is already taking care of that, preventing issue where colApi is attempting to resize columns before useEffect finish rendering columns
…n case colApi fires util functions before data gets rendered
…dData flag to ensure that autoSize function does not trigger before data is rendered - Revise null guards for visibleColumns - Add test case for when visibleColumns are null on top of undefined
…thub.com/bcgsc/pori_ipr_client into bugfix/DEVSU-2943-expression-page-broken
…broken Bugfix/devsu 2943 expression page broken
elewis2
approved these changes
May 11, 2026
bnguyen-bcgsc
approved these changes
May 11, 2026
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.
Release Notes - IPR - Version Client v7.5.1
Bugfixes
[DEVSU-2943] - expression page not loading in browser for some reports
[DEVSU-2848] - add normalization func and test for seqQc pages (Note this is the 2865 branch name, but work is done on 2848)