Index: trunk/extensions/CodeReview/ui/CodeRevisionListView.php |
— | — | @@ -325,6 +325,9 @@ |
326 | 326 | if( $this->mView->mAuthor ) { |
327 | 327 | $query['conds']['cr_author'] = $this->mView->mAuthor; |
328 | 328 | } |
| 329 | + if( $this->mView->mStatus ) { |
| 330 | + $query['conds']['cr_status'] = $this->mView->mStatus; |
| 331 | + } |
329 | 332 | return $query; |
330 | 333 | } |
331 | 334 | |