Fix filemanager file edit bug, closes #867

This commit is contained in:
Dane Everitt 2018-01-21 12:31:41 -06:00
parent 2212f28351
commit c69f48ad83
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 5 additions and 4 deletions

View file

@ -7,6 +7,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines.
### Fixed
* `[beta.4]` — Fixes some bad search and replace action that happened previously and was throwing errors when validating user permissions.
* `[beta.4]` — Fixes behavior of variable validation to not break the page when no rules are provided.
* `[beta.4]` — Fix bug preventing the editing of files in the file manager.
## v0.7.0-beta.4 (Derelict Dermodactylus)
### Fixed