dancerfly / django-brambling

Event website manager, specifically designed for dance weekends or other events with multiple simultaneous tracks of classes.
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Made purchase_date annotation be added if purchase date ordering selected #878

Closed melinath closed 6 years ago

melinath commented 7 years ago

purchase_date was an annotation field, but it was only being added if purchase_date was one of the visible fields. This change makes it so that the annotation is also added if the purchase date ordering is selected, even if the field is not visible. Resolved #877.