mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-01 10:56:08 +01:00
Post merge conflicts
This commit is contained in:
@@ -2536,11 +2536,10 @@ class AdminController extends AdminBaseController
|
||||
}
|
||||
|
||||
$this->uri = $this->uri ?? $this->grav['uri'];
|
||||
$this->grav['twig']->twig_vars['current_form_data'] = (array)$this->data;
|
||||
|
||||
$field = (string)$this->uri->post('field', '');
|
||||
$order = $this->uri->post('order') ?: null;
|
||||
if (!is_array($order)) {
|
||||
if ($order && is_string($order)) {
|
||||
$order = array_map('trim', explode(',', $order));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user