Fix schedules with no names being uneditable

This commit is contained in:
Dane Everitt
2018-02-24 12:04:14 -06:00
parent c6a91e2764
commit 807521b97c
3 changed files with 5 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Fixed
* 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.
### Added
* Adds ability to include egg variables on an API request.