mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix inscription
This commit is contained in:
@@ -281,6 +281,12 @@ class Login implements ControllerProviderInterface
|
||||
unset($requestData['geonameid-completer']);
|
||||
}
|
||||
|
||||
// Remove multiselect field for validation this field is added client side
|
||||
// with bootstrap multiselect plugin
|
||||
if (isset($requestData['multiselect'])) {
|
||||
unset($requestData['multiselect']);
|
||||
}
|
||||
|
||||
$form->bind($requestData);
|
||||
$data = $form->getData();
|
||||
|
||||
|
Reference in New Issue
Block a user