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

[Admin] Add Refunds and Returns section with correlated index pages #5539

Merged
merged 8 commits into from
Dec 6, 2023

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    c365136 View commit details
    Browse the repository at this point in the history
  2. Add ransackable attributes to reasons models for search in admin"

    Enhanced the search capabilities in the admin panel by updating
    the `allowed_ransackable_attributes` of `Spree::AdjustmentReason`,
    `Spree::RefundReason`, `Spree::ReimbursementType`, `Spree::ReturnReason`
    and `Spree::StoreCreditReason`.
    rainerdema committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    193dd8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b44c98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ddd054 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4e0b5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    124ebbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2df44f1 View commit details
    Browse the repository at this point in the history
  8. Fix order conflict in postgres specs for default scoped models

    Resolved a `PG::InvalidColumnReference` error in postgres for 
    controllers interfacing with models including the
    `Spree::NamedType` concern.
    This concern's default scope, which orders records by the
    lowercased `name`, conflicted with `SELECT DISTINCT` queries.
    rainerdema committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b2d4a7c View commit details
    Browse the repository at this point in the history