django-oscar / django-oscar

Domain-driven e-commerce for Django

Home Page:http://oscarcommerce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unpublished products are still shown in offers

gwaidacher opened this issue · comments

Issue Summary

Offers show non-public products

Steps to Reproduce

  1. Create an Offer
  2. Unpublish a product which is part of the offer (set product.is_public = False)
  3. The product is still shown in Offer List and Detail

Technical details

  • Python version: 3.9.2
  • Django version: 3.2.16
  • Oscar version: 3.2.0

#4053 fixes this issue

commented

#4053 merged