-
Notifications
You must be signed in to change notification settings - Fork 58
FORMS-19758: Addition of fragmentPath to the CRISPR JSON in Author View #1593
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
base: dev
Are you sure you want to change the base?
Conversation
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
1 similar comment
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1593 +/- ##
=========================================
Coverage 82.32% 82.32%
Complexity 1000 1000
=========================================
Files 108 108
Lines 2603 2603
Branches 370 370
=========================================
Hits 2143 2143
Misses 272 272
Partials 188 188 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
Accessibility Violations Found
|
@@ -8,6 +8,7 @@ | |||
"fd:enableAutoSave": "true", | |||
"fd:autoSaveInterval": "2", | |||
"fd:autoSaveStrategyType": "time", | |||
"specVersion": "0.14.2", |
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.
this should be changed to latest version 0.15.2
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.
I have reverted the specVersion. But I has seen test failures so let's connect to figure this out.
@@ -29,6 +29,7 @@ | |||
"dorTemplateRef": "xyz", | |||
"clientLibRef": "abc", | |||
"customProp": "customPropValue", | |||
"specVersion": "0.14.2", |
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.
this should be changed to latest version 0.15.2
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.
minor comment
@@ -80,7 +82,7 @@ private void initFragmentModel() { | |||
} | |||
} | |||
|
|||
@JsonIgnore | |||
@JsonView(Views.Author.class) |
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.
Can we add a test case to check the presence of this property in the json ? You can refer existing test case
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.
Test case added.
b43e79d
to
7d9ba0f
Compare
Description
Added support to include fragmentPath in Crispr json.
More details can be found - https://git.corp.adobe.com/livecycle/af2-docs/issues/222
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: