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

FORMS-11284 fixing enum name display on hide #911

Merged
merged 2 commits into from
Oct 9, 2023
Merged

FORMS-11284 fixing enum name display on hide #911

merged 2 commits into from
Oct 9, 2023

Conversation

im-shiv
Copy link
Contributor

@im-shiv im-shiv commented Oct 9, 2023

No description provided.

@adobe-bot
Copy link

Lighthouse scores (desktop)

Performance Accessibility Best-Practices SEO
Scores 100 100 100 73

@adobe-bot
Copy link

Lighthouse scores (mobile)

Performance Accessibility Best-Practices SEO
Scores 90 100 100 73

@adobe-bot
Copy link

Accessibility Violations Found

Id Impact
label-title-only serious
landmark-one-main moderate
region moderate

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #911 (4f3eb64) into dev (cc27b26) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##                dev     #911   +/-   ##
=========================================
  Coverage     80.16%   80.16%           
  Complexity      718      718           
=========================================
  Files            88       88           
  Lines          2032     2032           
  Branches        269      269           
=========================================
  Hits           1629     1629           
  Misses          254      254           
  Partials        149      149           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -298,7 +299,7 @@
channel.on("click", BASE_ENUM_MULTIFIELD_ADD_BUTTON, function (e) {
let areOptionsRichText = $(BASE_ARE_OPTIONS_RICH_TEXT)[0],
enumNames = $(BASE_ENUMNAMES_VISIBLE),
richTextEnumNames = $(BASE_WRAPPER_INPUT_RICH_TEXT_ENUMNAMES);
richTextEnumNames = $(BASE_RICH_TEXT_ENUMNAMES);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please write a test case for this use-case.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

Copy link
Collaborator

@rismehta rismehta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check comments

@adobe-bot
Copy link

Lighthouse scores (desktop)

Performance Accessibility Best-Practices SEO
Scores 100 100 100 73

@adobe-bot
Copy link

Lighthouse scores (mobile)

Performance Accessibility Best-Practices SEO
Scores 88 100 100 73

@adobe-bot
Copy link

Accessibility Violations Found

Id Impact
label-title-only serious
landmark-one-main moderate
region moderate

@im-shiv im-shiv requested a review from rismehta October 9, 2023 12:39
@rismehta rismehta merged commit 08189ee into dev Oct 9, 2023
9 checks passed
@rismehta rismehta deleted the FORMS-11284 branch October 9, 2023 13:07
egmox pushed a commit that referenced this pull request Oct 10, 2023
* FORMS-11284 fixing enum name display on hide

* FORMS-11284 adding test case

Co-authored-by: Shivam Agarwal <[email protected]>

removed unwanted comment
github-actions bot pushed a commit that referenced this pull request Oct 10, 2023
* FORMS-11284 fixing enum name display on hide

* FORMS-11284 adding test case

Co-authored-by: Shivam Agarwal <[email protected]>

removed unwanted comment
egmox pushed a commit that referenced this pull request Oct 10, 2023
* FORMS-11284 fixing enum name display on hide

* FORMS-11284 adding test case

Co-authored-by: Shivam Agarwal <[email protected]>
egmox pushed a commit that referenced this pull request Oct 10, 2023
* FORMS-11284 fixing enum name display on hide

* FORMS-11284 adding test case

Co-authored-by: Shivam Agarwal <[email protected]>
egmox pushed a commit that referenced this pull request Oct 10, 2023
* FORMS-11284 fixing enum name display on hide

* FORMS-11284 adding test case

Co-authored-by: Shivam Agarwal <[email protected]>
egmox pushed a commit that referenced this pull request Oct 10, 2023
* FORMS-11284 fixing enum name display on hide

* FORMS-11284 adding test case

Co-authored-by: Shivam Agarwal <[email protected]>
egmox pushed a commit that referenced this pull request Oct 10, 2023
* FORMS-11284 fixing enum name display on hide

* FORMS-11284 adding test case

Co-authored-by: Shivam Agarwal <[email protected]>
egmox pushed a commit that referenced this pull request Oct 10, 2023
* FORMS-11284 fixing enum name display on hide

* FORMS-11284 adding test case

Co-authored-by: Shivam Agarwal <[email protected]>
egmox pushed a commit that referenced this pull request Oct 10, 2023
* FORMS-11284 fixing enum name display on hide

* FORMS-11284 adding test case

Co-authored-by: Shivam Agarwal <[email protected]>
rismehta pushed a commit that referenced this pull request Oct 11, 2023
* Added Switch component and resolved PR comments

* Resolved PR comments

Abstracted nitialize common logic for switch and checkbox
Added test cases
Fixed bug with enableUncheckedValue sync after save
updated js docs and java docs
fixed bem
updated abstraction logic for switch and checkbox

* skipped temporarily tests due to dialog bugs

* Refactored code. ternery operator instead of if else
fixed bem
fixed flaky tests
bumped package-info version

* FORMS-11284 fixing enum name display on hide (#911)

* FORMS-11284 fixing enum name display on hide

* FORMS-11284 adding test case

Co-authored-by: Shivam Agarwal <[email protected]>

---------

Co-authored-by: Gulshan Mishra <[email protected]>
Co-authored-by: Shivam Agarwal <[email protected]>
Co-authored-by: Shivam Agarwal <[email protected]>
barshat7 pushed a commit that referenced this pull request Oct 13, 2023
* FORMS-11284 fixing enum name display on hide

* FORMS-11284 adding test case

---------

Co-authored-by: Shivam Agarwal <[email protected]>
barshat7 pushed a commit that referenced this pull request Oct 13, 2023
* Added Switch component and resolved PR comments

* Resolved PR comments

Abstracted nitialize common logic for switch and checkbox
Added test cases
Fixed bug with enableUncheckedValue sync after save
updated js docs and java docs
fixed bem
updated abstraction logic for switch and checkbox

* skipped temporarily tests due to dialog bugs

* Refactored code. ternery operator instead of if else
fixed bem
fixed flaky tests
bumped package-info version

* FORMS-11284 fixing enum name display on hide (#911)

* FORMS-11284 fixing enum name display on hide

* FORMS-11284 adding test case

Co-authored-by: Shivam Agarwal <[email protected]>

---------

Co-authored-by: Gulshan Mishra <[email protected]>
Co-authored-by: Shivam Agarwal <[email protected]>
Co-authored-by: Shivam Agarwal <[email protected]>
barshat7 pushed a commit that referenced this pull request Oct 13, 2023
* FORMS-11284 fixing enum name display on hide

* FORMS-11284 adding test case

---------

Co-authored-by: Shivam Agarwal <[email protected]>
barshat7 pushed a commit that referenced this pull request Oct 13, 2023
* Added Switch component and resolved PR comments

* Resolved PR comments

Abstracted nitialize common logic for switch and checkbox
Added test cases
Fixed bug with enableUncheckedValue sync after save
updated js docs and java docs
fixed bem
updated abstraction logic for switch and checkbox

* skipped temporarily tests due to dialog bugs

* Refactored code. ternery operator instead of if else
fixed bem
fixed flaky tests
bumped package-info version

* FORMS-11284 fixing enum name display on hide (#911)

* FORMS-11284 fixing enum name display on hide

* FORMS-11284 adding test case

Co-authored-by: Shivam Agarwal <[email protected]>

---------

Co-authored-by: Gulshan Mishra <[email protected]>
Co-authored-by: Shivam Agarwal <[email protected]>
Co-authored-by: Shivam Agarwal <[email protected]>
barshat7 added a commit that referenced this pull request Nov 2, 2023
rismehta pushed a commit that referenced this pull request Nov 2, 2023
* Revert "FORMS-11402 fixing initial rte value copying"

This reverts commit 80e690b.

* Revert "FORMS-11340 adding locale test case for rich text (#918)"

This reverts commit 5775ec0.

* Revert "FORMS-11284 fixing enum name display on hide (#911)"

This reverts commit 08189ee.

* Revert "FORMS-3696 adding rich text support for labels  (#904)"

This reverts commit 6b84a82.

* rte-revet fixed test case for tnc

* Revert Rich Text: TnC test case fix

* Revert Rich Text: TnC test case fix
github-actions bot pushed a commit that referenced this pull request Nov 2, 2023
* Revert "FORMS-11402 fixing initial rte value copying"

This reverts commit 80e690b.

* Revert "FORMS-11340 adding locale test case for rich text (#918)"

This reverts commit 5775ec0.

* Revert "FORMS-11284 fixing enum name display on hide (#911)"

This reverts commit 08189ee.

* Revert "FORMS-3696 adding rich text support for labels  (#904)"

This reverts commit 6b84a82.

* rte-revet fixed test case for tnc

* Revert Rich Text: TnC test case fix

* Revert Rich Text: TnC test case fix
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.

3 participants