Merge branch '1.10' of github.com:getgrav/grav-plugin-admin into 1.10

This commit is contained in:
Andy Miller
2020-04-27 12:02:50 -06:00
3 changed files with 5 additions and 2 deletions

View File

@@ -7,6 +7,8 @@
1. [](#bugfix)
* Prevent loading Pages in Parents field if they don't have children
* Fixed custom folder in `mediapicker` field not working with streams
* Fixed language redirect adding extra language prefix in Flex
* Fixed `Invalid input in "Parent"` when saving page in raw mode [#1869](https://github.com/getgrav/grav-plugin-admin/issues/1869)
# v1.10.0-rc.8
## 03/19/2020

View File

@@ -81,8 +81,6 @@ form:
type: parents
label: PLUGIN_ADMIN.PARENT
classes: fancy
validate:
required: true
name:
type: select

View File

@@ -183,6 +183,9 @@ class Admin
} else {
$this->language = '';
}
// Set admin route language.
RouteFactory::setLanguage($this->language);
}
/**