Change default enter behavior on forms to not be delete

This commit is contained in:
Dane Everitt 2018-02-25 16:21:50 -06:00
parent aa08498d51
commit fa997b9e0d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 17 additions and 11 deletions

View file

@ -7,6 +7,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Fixed
* Fixes server creation API endpoint not passing the provided `external_id` to the creation service.
* Fixes a bug causing users to be un-editable on new installations once more than one user exists.
* Fixes default order of buttons in certain parts of the panel that would default to 'Delete' rather than 'Save' when pressing enter.
### Added
* Adds ability to modify the external ID for a server through the API.