Skip to content
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

[Form Action Dialog] fix required validation for property on Form Action dialog and also fix the issue of saving the property as multiarray when the same name exists in diff form action dialog #2110

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

punithshetty90
Copy link

issue#2052: Instead of targeting just the input[aria-required=true], coral-multifield[aria-required=true] selectors, we need to genralize and target all [aria-required=true],[required] so that other sling:resourceTypes are also covered

issue#2056: Enable only the input forms which is selected in the dropdown, Make the rest of them disabled so that it doesn't save as string[] if the same name exists in another form action

Q                       A
Fixed Issues? #2052 #2056
Patch: Bug Fix? Yes
Minor: New Feature?
Major: Breaking Change?
Tests Added + Pass?
Documentation Provided
Any Dependency Changes?
License Apache License, Version 2.0

Issue adobe#2052  : Fix required validation for property on Form Action dialog

Issue adobe#2056 : Fix the issue of saving the property as multiarray when the same name exists in diff form action dialog
@sonarcloud
Copy link

sonarcloud bot commented Mar 25, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@punithshetty90 punithshetty90 changed the title [AEM Core Components Form Action Dialog] fix required validation for property on Form Action dialog and also fix the issue of saving the property as multiarray when the same name exists in diff form action dialog [Form Action Dialog] fix required validation for property on Form Action dialog and also fix the issue of saving the property as multiarray when the same name exists in diff form action dialog Jun 21, 2022
@sonarcloud
Copy link

sonarcloud bot commented Jun 21, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
16.8% 16.8% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Apr 19, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant