mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 09:47:31 +02:00
Fixed saving data with empty field, default value (from config, plugin, theme) was used instead
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
* Added `field.show_label` and `field.label` display logic from frontend forms
|
||||
1. [](#bugfix)
|
||||
* Fixed user profile when using `Flex Users` only in admin
|
||||
* Fixed saving data with empty field, default value (from config, plugin, theme) was used instead
|
||||
|
||||
# v1.10.0-rc.3
|
||||
## 01/02/2020
|
||||
|
||||
@@ -161,7 +161,7 @@ class AdminController extends AdminBaseController
|
||||
return false;
|
||||
}
|
||||
|
||||
$obj->filter();
|
||||
$obj->filter(false, true);
|
||||
|
||||
$obj = $this->storeFiles($obj);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user