Fix model not found error when editing an existing subuser.

This commit is contained in:
Dane Everitt 2017-04-17 21:47:11 -04:00
parent 205a10cd72
commit e4ef8caf2d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 18 additions and 13 deletions

View file

@ -15,6 +15,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
* `[beta.2]` — New attempt at fixing the issues when rendering files in the browser file editor on certain browsers.
* `[beta.2]` — Fixes broken auto-deploy time checking causing no tokens to work.
* `[beta.2]` — Fixes display of subusers after creation.
* `[beta.2]` — Fixes bug throwing model not found exception when editing an existing subuser.
### Changed
* Deleting a server safely now continues even if the daemon reports a `HTTP/404` missing server error (requires `Daemon@0.4.0-beta.2.1`)