CSUMB-SP17-CST499 / Group-Assignment-Tool

0 stars 3 forks source link

Fixed error with get_json error #129

Closed eliasargandara closed 7 years ago

eliasargandara commented 7 years ago

Description: I made the request.get_json() function in the /api/roles GET request silently fail. Before it would cause an exception if there was not to decode. Now it returns None when there is no json.

Test Plan: Verify roles load into the drop down for the add employee page.