mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
NoSQL: Allow editing complex values
This commit is contained in:
@@ -283,5 +283,5 @@ if (isset($_GET["elastic"])) {
|
||||
$operators = array("=", "query");
|
||||
$functions = array();
|
||||
$grouping = array();
|
||||
$edit_functions = array();
|
||||
$edit_functions = array(array("json"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user