bethlakshmi / GBE2

Great Burlesque Expo (www.burlesque-expo.com) system in django
2 stars 2 forks source link

500 error on http://www.burlesque-expo.com/reports/staff_area/139 #691

Closed bethlakshmi closed 8 years ago

bethlakshmi commented 8 years ago

Every staff area report now has a 500 error. Consistent now on my local master, gbe2016test, and gbelive

This worked 6 days ago when I pulled.

error = FieldError at /reports/staff_area/367

Cannot resolve keyword 'conference' into field. Choices are: contained_events, container_event, eventitem, id, max_volunteer, resources_allocated, schedulable_ptr, starttime

jonkiparsky commented 8 years ago

Looks like the code is trying to check the conference on a scheduler.Event Looking for the line now

On Sat, Jan 30, 2016 at 1:02 AM, bethlakshmi notifications@github.com wrote:

Every staff area report now has a 500 error. Consistent now on my local master, gbe2016test, and gbelive

This worked 6 days ago when I pulled.

error = FieldError at /reports/staff_area/367

Cannot resolve keyword 'conference' into field. Choices are: contained_events, container_event, eventitem, id, max_volunteer, resources_allocated, schedulable_ptr, starttime

— Reply to this email directly or view it on GitHub https://github.com/bethlakshmi/GBE2/issues/691.

bethlakshmi commented 8 years ago

I see the lines... they are unnecessary. The staff event did not need to be filtered by conference, the leadup page was filtered by conference. The staff event should show any staff event that it's asked to show.

jonkiparsky commented 8 years ago

If you make a fix, I'll review and merge

bethlakshmi commented 8 years ago

awesome. Testing now...

bethlakshmi commented 8 years ago

@jonkiparsky - thanks Jon - all yours. pull request is ready.

bethlakshmi commented 8 years ago

Now pushed by extremely fast team work to live as hot but clean fix.