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

[List] Allow current page to be excluded #2701

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ky940819
Copy link
Contributor

Q                       A
Fixed Issues? Fixes #2699
Patch: Bug Fix? Yes
Minor: New Feature? Yes
Major: Breaking Change? No
Tests Added + Pass? Yes
Documentation Provided Yes (code comments and or markdown)
Any Dependency Changes? No
License Apache License, Version 2.0

Adds option to the V4 List component to exclude the current page from the results.

@ky940819 ky940819 force-pushed the issue/2699 branch 2 times, most recently from 51826da to 7bf4936 Compare March 20, 2024 15:40
Copy link

sonarcloud bot commented Mar 20, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link

codecov bot commented Mar 20, 2024

Codecov Report

Attention: Patch coverage is 27.27273% with 8 lines in your changes missing coverage. Please review.

Project coverage is 87.06%. Comparing base (d2a7b02) to head (d0a654b).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...m/core/components/internal/models/v1/ListImpl.java 27.27% 7 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2701      +/-   ##
============================================
- Coverage     87.15%   87.06%   -0.10%     
- Complexity     2692     2695       +3     
============================================
  Files           235      235              
  Lines          7188     7199      +11     
  Branches       1100     1102       +2     
============================================
+ Hits           6265     6268       +3     
- Misses          365      372       +7     
- Partials        558      559       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@juw177
Copy link

juw177 commented Sep 23, 2024

Can this PR be approved? There are very few cases where List would need to include the current page.

Adds option to the V4 List component to exclude the current
page from the results.

----
fixes adobe#2699
Copy link

sonarcloud bot commented Oct 8, 2024

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.

[List] Allow current page to be excluded
2 participants