Start to improve task Api operations and doc
This commit is contained in:
2
vendor/JsonRPC/Server.php
vendored
2
vendor/JsonRPC/Server.php
vendored
@@ -177,7 +177,7 @@ class Server
|
||||
$params[$name] = $request_params[$name];
|
||||
}
|
||||
else if ($p->isDefaultValueAvailable()) {
|
||||
continue;
|
||||
$params[$name] = $p->getDefaultValue();
|
||||
}
|
||||
else {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user