You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The ProductsFinderDecorator in Spree Multi-Vendor causes a NoMethodError when no products are found for the given filters, due to calling distinct on a nil object in the execute method.
Proposed Solution:
This issue is addressed in PR #236, which modifies the execute method in ProductsFinderDecorator to handle nil safely.
Description:
The ProductsFinderDecorator in Spree Multi-Vendor causes a NoMethodError when no products are found for the given filters, due to calling distinct on a nil object in the execute method.
Proposed Solution:
This issue is addressed in PR #236, which modifies the execute method in ProductsFinderDecorator to handle nil safely.
References:
PR: #236
The text was updated successfully, but these errors were encountered: