-
Notifications
You must be signed in to change notification settings - Fork 59
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
UE: Binding each core component's fieldType to its respective sling model #1409
Conversation
0c759db
to
dce3d3b
Compare
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.
check comments
...ore/src/main/java/com/adobe/cq/forms/core/components/internal/models/v1/form/ButtonImpl.java
Show resolved
Hide resolved
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 you move the spec to 0.14.1 version and also update the new fields types here as per 0.14.1
Accessibility Violations Found
|
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
Accessibility Violations Found
|
1 similar comment
Accessibility Violations Found
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1409 +/- ##
============================================
+ Coverage 82.24% 82.40% +0.15%
- Complexity 902 919 +17
============================================
Files 103 103
Lines 2337 2358 +21
Branches 317 317
============================================
+ Hits 1922 1943 +21
- Misses 254 255 +1
+ Partials 161 160 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
ba532bb
to
1738ad3
Compare
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
...af-core/src/main/java/com/adobe/cq/forms/core/components/util/AbstractFormComponentImpl.java
Outdated
Show resolved
Hide resolved
Accessibility Violations Found
|
Lighthouse scores (mobile)
|
bundles/af-core/src/test/resources/schema/0.14.0/adaptive-form.schema.json
Show resolved
Hide resolved
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.
check comments
f9617d3
to
c6aa36c
Compare
Accessibility Violations Found
|
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
…odel (#1409) * FORMS-16011 - Binding each core component's fieldType to its respective sling model. * fixing import * Fixing test collateral * fixing import order * Fixing star imports * Refactoring getFieldType to super class * Updating import * sorting import * Spec update to 0.14.1 | RTC approved * updating classpath with schema folder * fixing paths * updating schema with buttonType * incorporating review comments
Description
Each core component no longer has to mandatorily provide a fieldType in JCR, it will be inferred in the sling model and provided in the json.
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: