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

Fix 500 when Organizers save item notes #849

Closed emilyhorsman closed 7 years ago

emilyhorsman commented 7 years ago

Closes #831. I've added reproduction instructions there.

OrderDetailView#get_forms erroneously produced a nested list of forms, instead of appending a constructed list to another one. As it turns out, this did not actually have much to do with notes themselves—this was merely the avenue to discover the issue.

emilyhorsman commented 7 years ago

Oops. PR #838 already addressed this.

emilyhorsman commented 7 years ago

Closing in favour of #838