-
Notifications
You must be signed in to change notification settings - Fork 64
Approval checkbox required by default #1322
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
Conversation
Lighthouse scores (mobile)
|
Lighthouse scores (desktop)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #1322 +/- ##
=========================================
Coverage 81.73% 81.73%
Complexity 853 853
=========================================
Files 97 97
Lines 2267 2267
Branches 305 305
=========================================
Hits 1853 1853
Misses 255 255
Partials 159 159 ☔ View full report in Codecov by Sentry. |
rismehta
left a comment
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 add a runtime test case for the same, no PR's without test case.
| jcr:title="I agree to the terms & conditions" | ||
| sling:resourceType="core/fd/components/form/checkbox/v1/checkbox" | ||
| enabled="false" | ||
| required="true" |
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 add the changes in archetype proxy also
https://github.com/adobe/aem-project-archetype/blob/develop/src/main/archetype/ui.apps/src/main/content/jcr_root/apps/__appId__/components/adaptiveForm/termsandconditions/_cq_template.xml
ba92011 to
25e9b2b
Compare
Added test case for the same! |
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
rismehta
left a comment
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.
You should make it required here, https://github.com/adobe/aem-core-forms-components/blob/master/ui.af.apps/src/main/content/jcr_root/apps/core/fd/components/form/termsandconditions/v1/termsandconditions/_cq_template.xml and also in the archetype
e00f327 to
fe2e692
Compare
* updating eventsource while updating model value * Adding ui change event to update model value * Fixing package lock * Fixing text input code --------- Co-authored-by: vdua <vdua@adobe.com>
e00f327 to
5e070ea
Compare
@rismehta I have added it in the file you mentioned, will create the seperate PR for archetype |
Lighthouse scores (desktop)
|
Lighthouse scores (mobile)
|
Accessibility Violations Found
|
2 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
* Approval checkbox required by default * FORMS-15481 Adding ui change event to update model value (#1327) * updating eventsource while updating model value * Adding ui change event to update model value * Fixing package lock * Fixing text input code --------- Co-authored-by: vdua <vdua@adobe.com> --------- Co-authored-by: Pavitra Khatri <pavitrakhatri@Pavitras-MacBook-Pro.local> Co-authored-by: Rishi Mehta <69448117+rismehta@users.noreply.github.com> Co-authored-by: vdua <vdua@adobe.com>
* Approval checkbox required by default * FORMS-15481 Adding ui change event to update model value (#1327) * updating eventsource while updating model value * Adding ui change event to update model value * Fixing package lock * Fixing text input code --------- Co-authored-by: vdua <vdua@adobe.com> --------- Co-authored-by: Pavitra Khatri <pavitrakhatri@Pavitras-MacBook-Pro.local> Co-authored-by: Rishi Mehta <69448117+rismehta@users.noreply.github.com> Co-authored-by: vdua <vdua@adobe.com>
* Approval checkbox required by default * FORMS-15481 Adding ui change event to update model value (#1327) * updating eventsource while updating model value * Adding ui change event to update model value * Fixing package lock * Fixing text input code --------- Co-authored-by: vdua <vdua@adobe.com> --------- Co-authored-by: Pavitra Khatri <pavitrakhatri@Pavitras-MacBook-Pro.local> Co-authored-by: Rishi Mehta <69448117+rismehta@users.noreply.github.com> Co-authored-by: vdua <vdua@adobe.com>
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: