Pass the updated model through for updating node config, rather than old model, ref #1237
This commit is contained in:
parent
7ed9c7cb93
commit
3bb9bf04e5
3 changed files with 5 additions and 11 deletions
|
@ -7,6 +7,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
|
|||
### Fixed
|
||||
* Scheduled tasks triggered manually no longer improperly change the `next_run_at` time and do not run twice in a row anymore.
|
||||
* Changing the maximum web-based file upload size for a node now properly validates and updates.
|
||||
* Changing configuration values for a node now correctly updates them on the daemon on the first request, rather than requiring a second request to set them.
|
||||
|
||||
### Changed
|
||||
* Egg and server variable values are no longer limited to 191 characters. Turns out some games require a large number of characters in these fields.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue