Use 1 attribute for 2 SelectFilter
hi all, i have model relationship like below
Product belongsto ProductCategory
Devicequota belongsto Product
this code in DeviceQuotaResource and i only use product_id refer to Product model . In filter section . i want to create filter for ProductCategory as well by using attributes product_id but the filter just only appear 1 instead two of them . any ideas ?
Product belongsto ProductCategory
Devicequota belongsto Product
this code in DeviceQuotaResource and i only use product_id refer to Product model . In filter section . i want to create filter for ProductCategory as well by using attributes product_id but the filter just only appear 1 instead two of them . any ideas ?
