In an Action, errored forms are propagated via the ActionEvent
This commit is contained in:
@@ -27,7 +27,6 @@ use Symfony\Component\Validator\ExecutionContextInterface;
|
||||
use Thelia\Model\ConfigQuery;
|
||||
use Thelia\Model\CustomerQuery;
|
||||
|
||||
|
||||
class CustomerCreation extends BaseForm
|
||||
{
|
||||
|
||||
@@ -161,6 +160,6 @@ class CustomerCreation extends BaseForm
|
||||
|
||||
public function getName()
|
||||
{
|
||||
return "customerCreation";
|
||||
return "thelia.customer.creation";
|
||||
}
|
||||
}
|
||||
@@ -51,6 +51,6 @@ class CustomerLogin extends BaseForm {
|
||||
|
||||
public function getName()
|
||||
{
|
||||
return "customer_login";
|
||||
return "thelia.customer.login";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -115,6 +115,6 @@ class CustomerModification extends BaseForm {
|
||||
*/
|
||||
public function getName()
|
||||
{
|
||||
return "customerModification";
|
||||
return "thelia.customer.modification";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user