magfest-archive / guests

Magfest band management plugin for ubersystem
GNU Affero General Public License v3.0
1 stars 1 forks source link

Fix travel_plans_status and convert all status calls to _status #106

Closed kitsuta closed 7 years ago

kitsuta commented 7 years ago

There was a bug in the getattr function that would split the attribute too much, causing travel_plans_status to always return 'N/A' because it ended up checking a nonexistent property. This fixes that, plus changes all the old status calls to use the new functionality.