ASWWU-Web / python_server

The API server for ASWWU Web. This project uses the Tornado web framework to serve and manage data across all ASWWU sites.
https://aswwu.com/server
4 stars 10 forks source link

new forms are not being created correctly and adding the featured option to new form handler #118

Closed stacmi closed 5 years ago

stacmi commented 5 years ago

The bug was with setting the visability and now with how we are pulling questions with json.loads

I am also adding the option to make a job featured.

stacmi commented 5 years ago

In the NewFormHandler in aswwu/route_handlers/forms.py we are adding the Job to the database before querying to make sure one does not already exist.

The json.loads was not the problem

stacmi commented 5 years ago

issue has been resolved