diefenbach / django-lfs

An online-shop based on Django
http://www.getlfs.com
BSD 3-Clause "New" or "Revised" License
622 stars 222 forks source link

ProductPropertyValues are not bound to PropertyGroups #150

Closed pigletto closed 7 years ago

pigletto commented 10 years ago

ProductPropertyValues are not bound to PropertyGroups what causes wrong behaviour when two PropertyGroups containing same Property are bound to single Product. At property Edit form it'll look like you have two separate properties in two different groups, while in fact it is just one ProductPropertyValue.

I already have a branch that fixes it but it's not yet pushed to github as its needs merge with recent master changes. For now this issue is just for reference, until I have my branch ready.

diefenbach commented 7 years ago

Fixed.