ソースを参照

Fix: remove :detail from product list filters (field was removed from list view)

Your Name 6 日 前
コミット
af64080d7e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      app/models/product.rb

+ 1 - 1
app/models/product.rb

@@ -179,7 +179,7 @@ class Product < ActiveRecord::Base
         weight -240
         list do
             scopes [nil, :light]  # Performance: nil=All, :light=skip TEXT columns
-            filters [:id,:detail,:status,:name]
+            filters [:id,:status,:name]
 
             field :id
             #field :merchant_id