Fix database host modification not properly showing SQL errors
This is caused by an old bug relating to not rolling back transactions properly causing session data to not be flashed back to the user properly.
This commit is contained in:
parent
2cda14bffb
commit
02ac308042
6 changed files with 74 additions and 59 deletions
|
@ -10,6 +10,8 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||
value when showing an error state.
|
||||
* Mass deleting files now executes properly and doesn't result in a JS console error.
|
||||
* Scrolling on email settings page now works.
|
||||
* Database host management will now properly display an error message to the user when there is any type of MySQL related
|
||||
error encountered during creation or update.
|
||||
|
||||
### Added
|
||||
* Server listing view now displays the total used disk space for each server.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue