-
Notifications
You must be signed in to change notification settings - Fork 58
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
Forms-17238 Fix link component to support spaces in asset path #1478
Conversation
@@ -118,7 +117,7 @@ public String getAssetPathWithQueryParams() { | |||
} | |||
url = uriBuilder.build().toString(); | |||
} catch (URISyntaxException e) { | |||
logger.error("[FORMS] Link Component Failed to parse assetPath {}", url, e); | |||
logger.warn("The [Forms] link component failed to process the asset path {}. Parameters will not be added to the URL.", url, e); |
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.
Please fix the build failures, the changes look ok to me.
ed19c24
to
aeb3208
Compare
aeb3208
to
476e99c
Compare
476e99c
to
7d7206f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1478 +/- ##
============================================
- Coverage 82.35% 82.30% -0.05%
- Complexity 928 929 +1
============================================
Files 103 103
Lines 2380 2385 +5
Branches 323 323
============================================
+ Hits 1960 1963 +3
- Misses 258 260 +2
Partials 162 162 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Accessibility Violations Found
|
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
7d7206f
to
a3acb31
Compare
a3acb31
to
f5e70d7
Compare
Accessibility Violations Found
|
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: