Start to improve task Api operations and doc

This commit is contained in:
Frédéric Guillot
2014-09-05 18:57:58 -07:00
parent a0dcfc9e4c
commit 532ea3b868
6 changed files with 347 additions and 38 deletions

View File

@@ -177,7 +177,7 @@ class Server
$params[$name] = $request_params[$name];
}
else if ($p->isDefaultValueAvailable()) {
continue;
$params[$name] = $p->getDefaultValue();
}
else {
return false;