From e82585d3d720cd18af21c9133903067f53cd8a76 Mon Sep 17 00:00:00 2001 From: liuruogu Date: Tue, 5 Jul 2022 02:06:59 +0000 Subject: [PATCH] * Finish task #59641. --- module/block/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/block/control.php b/module/block/control.php index b7d672df6a..8b283d930f 100644 --- a/module/block/control.php +++ b/module/block/control.php @@ -1751,7 +1751,7 @@ class block extends control ->beginIF($objectType == 'todo')->andWhere('t1.cycle')->eq(0)->andWhere('t1.status')->eq('wait')->andWhere('t1.vision')->eq($this->config->vision)->fi() ->beginIF($objectType != 'todo')->andWhere('t1.status')->ne('closed')->fi() ->beginIF($objectType == 'feedback') - ->andWhere('t1.status')->eq('wait') + ->andWhere('t1.status')->in('wait, noreview') ->andWhere('t1.assignedTo')->eq($this->app->user->account) ->fi() ->orderBy($orderBy)