Add searchable dropdowns for producers, categories, and tax categories in products_v3

This commit is contained in:
Ahmed Ejaz
2026-03-13 02:14:41 +05:00
parent 9d389e22d3
commit 062fcd317c
9 changed files with 108 additions and 20 deletions

View File

@@ -4,6 +4,7 @@
module Admin
class ProductsV3Controller < Spree::Admin::BaseController
helper ProductsHelper
include ::Products::AjaxSearch
before_action :init_filters_params
before_action :init_pagination_params