From a6258b2d7874b573864c7806ac2a0e05dcd95e5d Mon Sep 17 00:00:00 2001 From: Wenrui LI Date: Wed, 7 Dec 2022 10:40:01 +0800 Subject: [PATCH] * add todo for tasks search api. --- api/v1/entries/tasks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/entries/tasks.php b/api/v1/entries/tasks.php index 53477cc5f4..c29d861022 100644 --- a/api/v1/entries/tasks.php +++ b/api/v1/entries/tasks.php @@ -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();