* add todo for tasks search api.

This commit is contained in:
Wenrui LI
2022-12-07 10:40:01 +08:00
parent 8aa30bd281
commit a6258b2d78
+1 -1
View File
@@ -21,7 +21,7 @@ class tasksEntry extends entry
public function get($executionID = 0)
{
/* Get tasks by search, search arguments available: pri, assignedTo, status, id, name. Pager arguments will be utilized as well. */
if($this->param('search', 0) == 1)
if($this->param('search', 0) == 1) // TODO: document this api.
{
$this->loadModel('task');
$searchParams = array();