Fix #1037 issue with editor field in lists

This commit is contained in:
Flavio Copes
2017-04-12 18:04:34 +02:00
parent 9961e28304
commit aa181126cd
4 changed files with 24 additions and 23 deletions

View File

@@ -3,6 +3,7 @@
1. [](#bugfix) 1. [](#bugfix)
* Fix for regression introduced in the automatic page template switch when changing page parent [#1059](https://github.com/getgrav/grav-plugin-admin/issues/1059) [grav#1403](https://github.com/getgrav/grav/issues/1403) [#1062](https://github.com/getgrav/grav-plugin-admin/issues/1062) * Fix for regression introduced in the automatic page template switch when changing page parent [#1059](https://github.com/getgrav/grav-plugin-admin/issues/1059) [grav#1403](https://github.com/getgrav/grav/issues/1403) [#1062](https://github.com/getgrav/grav-plugin-admin/issues/1062)
* Fix issue with editor field in lists [#1037](https://github.com/getgrav/grav-plugin-admin/issues/1037)
# v1.3.2 # v1.3.2
## 04/10/2017 ## 04/10/2017

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -30,7 +30,7 @@
"rangetouch": "0.0.9", "rangetouch": "0.0.9",
"remodal": "^1.1.1", "remodal": "^1.1.1",
"selectize": "^0.12.4", "selectize": "^0.12.4",
"sortablejs": "^1.5.1", "sortablejs": "1.4.2",
"speakingurl": "^13.0.0", "speakingurl": "^13.0.0",
"toastr": "^2.1.2", "toastr": "^2.1.2",
"watchjs": "0.0.0", "watchjs": "0.0.0",