mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-02 11:26:04 +01:00
Fix issue with validating page when switching language #963
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
# v1.2.13
|
||||
## 02/xx/2017
|
||||
|
||||
1. [](#bugfix)
|
||||
* Fix issue with validating page when switching language [#963](https://github.com/getgrav/grav-plugin-admin/issues/963)
|
||||
|
||||
# v1.2.12
|
||||
## 02/12/2017
|
||||
|
||||
1. [](#bugfix)
|
||||
* Rebuilt the JS bundle to address various JS-related issues that cropped up in `v1.2.11`
|
||||
* Fixed Firefox Network Error issue when updating multiple plugins/themes at concurrently [#1301](https://github.com/getgrav/grav-plugin-admin/issues/1301)
|
||||
* Fixed Firefox Network Error issue when updating multiple plugins/themes at concurrently [#1301](https://github.com/getgrav/grav/issues/1301)
|
||||
|
||||
# v1.2.11
|
||||
## 02/10/2017
|
||||
|
||||
@@ -1993,6 +1993,7 @@ class AdminController extends AdminBaseController
|
||||
$aPage->init(new \SplFileInfo($path), $language . '.md');
|
||||
$aPage->header($obj->header());
|
||||
$aPage->rawMarkdown($obj->rawMarkdown());
|
||||
$aPage->template($obj->template());
|
||||
$aPage->validate();
|
||||
$aPage->filter();
|
||||
$aPage->save();
|
||||
|
||||
Reference in New Issue
Block a user