redirecting to Index when saving AddressDB/Form

This commit is contained in:
Frank Schubert
2023-04-03 12:08:51 +02:00
parent 5b7339b875
commit be9bbee758

View File

@@ -352,10 +352,10 @@ class AddressDBController extends mfBaseController {
}
}
$qs = http_build_query(['filter' => ['oaid' => $hausnummer->oaid]]);
//$qs = http_build_query(['filter' => ['oaid' => $hausnummer->oaid]]);
//var_dump($qs);exit;
$this->layout()->setFlash("Adresse erfolgreich gespeichert", "success");
$this->redirect("AddressDB", "Index", $qs);
$this->redirect("AddressDB");
}