FIX: check listing parameter
This commit is contained in:
parent
9774167d16
commit
7b271603a5
@ -38,7 +38,7 @@ sub run
|
|||||||
@stati=@help;
|
@stati=@help;
|
||||||
$self->show_status(\@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
|
# check if a wrong status is requested
|
||||||
for my $s (@{$self->show_status})
|
for my $s (@{$self->show_status})
|
||||||
|
Loading…
Reference in New Issue
Block a user