Skip to content

Commit

Permalink
Fix issue with validating page when switching language #963
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviocopes committed Feb 13, 2017
1 parent 6075504 commit 2ca6f80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions classes/admincontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -1993,6 +1993,7 @@ protected function taskSaveas()
$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();
Expand Down

0 comments on commit 2ca6f80

Please sign in to comment.