Fix bad permissions check on server API route

This commit is contained in:
Dane Everitt 2018-02-24 12:15:21 -06:00
parent 807521b97c
commit baeffef24b
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 24 additions and 16 deletions

View file

@ -8,6 +8,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
* Fixes an exception thrown when trying to access the `/nests/:id/eggs/:id` API endpoint.
* Fixes search on server listing page.
* Schedules with no names are now clickable to allow editing.
* Fixes broken permissions check that would deny access to API keys that did in fact have permission.
### Added
* Adds ability to include egg variables on an API request.