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)