bug f5 après masque de saisie incomplet
This commit is contained in:
parent
8398aae329
commit
7e8dbc3f0e
@ -253,6 +253,7 @@ class gallery extends common {
|
||||
break;
|
||||
}
|
||||
}
|
||||
if ( $this->getInput('galleryEditName') ) {
|
||||
$this->setData(['module', $this->getUrl(0), $galleryId, [
|
||||
'config' => [
|
||||
'name' => $this->getInput('galleryConfigName'),
|
||||
@ -265,6 +266,7 @@ class gallery extends common {
|
||||
'legend' => [],
|
||||
'positions' => []
|
||||
]]);
|
||||
}
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'redirect' => helper::baseUrl() . $this->getUrl() /*. '#galleryConfigForm'*/,
|
||||
|
Loading…
Reference in New Issue
Block a user