FIX: check listing parameter

This commit is contained in:
Dominik Meyer 2018-09-13 21:24:15 +02:00
parent 9774167d16
commit 7b271603a5
No known key found for this signature in database
GPG Key ID: B4C312B600606B64
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ sub run
@stati=@help;
$self->show_status(\@help);
my @all_stati=("open","closed","assigned","inprogress");
my @all_stati=("open","closed","assigned","inprogress","all");
# check if a wrong status is requested
for my $s (@{$self->show_status})