Fixed issue which caused time tracker to complete on post and not allow you to make changes
This commit is contained in:
parent
05cf8fa24c
commit
bba9788f92
3 changed files with 14 additions and 14 deletions
|
|
@ -161,8 +161,7 @@ sub process {
|
|||
die __PACKAGE__."::process requires an href" unless ref $args eq 'HASH';
|
||||
|
||||
my ($name, $type, $default, $params) = @$args{qw( name type default params )};
|
||||
|
||||
$params->{name} = $name;
|
||||
$params->{name} = $name;
|
||||
if (wantarray) {
|
||||
my @values = $self->$type($params);
|
||||
if (scalar(@values) < 1 && ref $default eq "ARRAY") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue