-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MWPW-155984 - Brick list showing null value in link label #2921
Conversation
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
Commits
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## stage #2921 +/- ##
=======================================
Coverage 96.23% 96.24%
=======================================
Files 236 236
Lines 54254 54257 +3
=======================================
+ Hits 52212 52217 +5
+ Misses 2042 2040 -2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Does feel like a unit test should have caught this.
This pull request is not passing all required checks. Please see this discussion for information on how to get all checks passing. Inconsistent checks can be manually retried. If a test absolutely can not pass for a good reason, please add a comment with an explanation to the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also had a look over asides with lists, things look good, thanks for looking into this!
Agree, would be good to see if we can add one as part of this PR a follow-up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified. Ready for Stage.
Testing details https://jira.corp.adobe.com/browse/MWPW-155984
Skipped merging 2921: MWPW-155984 - Brick list showing null value in link label due to failing checks |
Added a conditional check in a shared function
decorateIconStack()
that was causing this.(This brick list authoring was triggering some shared link checking logic that wasn't properly verifying for null values)
Resolves: MWPW-155984
Test URLs:
Live URLs:
Regression: blocks that use this function (aside, brick)