mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-14 04:03:04 +02:00
Merge branch '1.10' of github.com:getgrav/grav-plugin-admin into 1.10
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -81,8 +81,6 @@ form:
|
||||
type: parents
|
||||
label: PLUGIN_ADMIN.PARENT
|
||||
classes: fancy
|
||||
validate:
|
||||
required: true
|
||||
|
||||
name:
|
||||
type: select
|
||||
|
||||
@@ -183,6 +183,9 @@ class Admin
|
||||
} else {
|
||||
$this->language = '';
|
||||
}
|
||||
|
||||
// Set admin route language.
|
||||
RouteFactory::setLanguage($this->language);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user