Make validation errors propagate back to the user
Seriously, how in the name of Eris did I miss this one?!
This commit is contained in:
parent
8663bc3764
commit
76c712737a
@ -507,7 +507,7 @@ sub _validate_recipe {
|
||||
$errors .= $self -> {"template"} -> load_template("error/error_item.tem", { "%(error)s" => $error })
|
||||
if($error);
|
||||
|
||||
return ($args, undef);
|
||||
return ($args, $errors);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user