django-oscar / django-oscar-api

RESTful JSON API for django-oscar
Other
363 stars 160 forks source link

bugfix optiongroupserializer missing #344

Open svandeneertwegh opened 3 months ago

svandeneertwegh commented 3 months ago

Added: option_group = AttributeOptionGroupSerializer()

to:

class OptionSerializer(OscarHyperlinkedModelSerializer):

in file: oscarapi/serializers/product.py

svandeneertwegh commented 3 months ago

This fixes the problem mentioned at #324 !

svandeneertwegh commented 3 months ago

@specialunderwear when this is not applied i get errors on admin endpoints when i set: OSCARAPI_BLOCK_ADMIN_API_ACCESS = False