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

Resource Controller: Allow additional Ransack filters #2979

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

mamhoff
Copy link
Contributor

@mamhoff mamhoff commented Jul 30, 2024

When using custom Ransack filters, this will allow combining them with the pagination. Without this, we can only combine the one ransack field we use for searching in the top bar.

See #2978 for context.

@mamhoff mamhoff requested a review from a team as a code owner July 30, 2024 14:58
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.02%. Comparing base (1148742) to head (d8a0447).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2979   +/-   ##
=======================================
  Coverage   96.02%   96.02%           
=======================================
  Files         233      233           
  Lines        6309     6309           
=======================================
  Hits         6058     6058           
  Misses        251      251           

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

When using custom Ransack filters, this will allow combining them with
the pagination. Without this, we can only combine the one ransack field
we use for searching in the top bar.

See AlchemyCMS#2978 for context.
@mamhoff mamhoff force-pushed the allow-additional-ransack-filters branch from d415f77 to d8a0447 Compare July 30, 2024 15:24
@tvdeyen tvdeyen enabled auto-merge July 30, 2024 15:45
@tvdeyen tvdeyen merged commit b89db90 into AlchemyCMS:main Jul 30, 2024
35 checks passed
@tvdeyen tvdeyen added the backport-to-7.2-stable Needs to be backported to 7.2-stable label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-7.2-stable Needs to be backported to 7.2-stable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants