remember to pass the definition up the stack...
This commit is contained in:
parent
b0da37ec15
commit
423e19ae0e
2 changed files with 2 additions and 1 deletions
|
|
@ -76,6 +76,7 @@ sub getValue {
|
||||||
if ($value =~ m/[A-Za-z0-9\-_]{1,22}/) {
|
if ($value =~ m/[A-Za-z0-9\-_]{1,22}/) {
|
||||||
return $value;
|
return $value;
|
||||||
}
|
}
|
||||||
|
$self->session->log->warn("Invalid GUID '$value' passed into form");
|
||||||
return undef;
|
return undef;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ sub definition {
|
||||||
defaultValue => 1,
|
defaultValue => 1,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
return $definition;
|
return $class->SUPER::definition( $session, $definition );
|
||||||
}
|
}
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue