瀏覽代碼

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