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

SITES-13898 - [AEMaaCS] The Accordion/Carousel/Tabs Component cannot delete dialog item after moving #2547

Merged
merged 2 commits into from
Jul 17, 2023

Conversation

myronenko
Copy link
Contributor

@myronenko myronenko commented Jul 14, 2023

  • Fixed moved item deletion for the Accordion/Carousel/Tabs components
Q                       A
Fixed Issues? SITES-13898
Patch: Bug Fix? Bug Fix
Minor: New Feature?
Major: Breaking Change?
Tests Added + Pass? Yes
Documentation Provided Yes (code comments)
Any Dependency Changes?
License Apache License, Version 2.0

@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #2547 (bd8fd60) into main (530f26c) will not change coverage.
The diff coverage is n/a.

❗ Current head bd8fd60 differs from pull request most recent head d764be6. Consider uploading reports for the commit d764be6 to get more accurate results

@@            Coverage Diff            @@
##               main    #2547   +/-   ##
=========================================
  Coverage     87.22%   87.22%           
  Complexity     2616     2616           
=========================================
  Files           229      229           
  Lines          6974     6974           
  Branches       1055     1055           
=========================================
  Hits           6083     6083           
  Misses          358      358           
  Partials        533      533           

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

@@ -252,25 +252,23 @@
}

Coral.commons.ready(that._elements.self, function(item) {
// As a reordering of the multifield also triggers the coral-collection:remove event we have to add
Copy link
Contributor

Choose a reason for hiding this comment

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

I think since that._elements.self is referenced multiple times, could probably be stored as a const and used in all the other places, but this is more a nitpick

@sonarcloud
Copy link

sonarcloud bot commented Jul 16, 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
No Duplication information No Duplication information

@myronenko myronenko merged commit dd49da0 into main Jul 17, 2023
15 checks passed
@myronenko myronenko deleted the SITES-13898 branch July 17, 2023 08:54
@LSantha LSantha added this to the 2.23.2 milestone Jul 26, 2023
@LSantha LSantha changed the title [SITES-13898] Fixed moved item deletion for the Accordion/Carousel/Tabs components SITES-13898 - [AEMaaCS] The Accordion/Carousel/Tabs Component cannot delete dialog item after moving Jul 26, 2023
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

3 participants