hash links

This commit is contained in:
Frank Schubert
2021-07-13 19:31:22 +02:00
parent 5c99e8008e
commit 30e29eb8c2
4 changed files with 677 additions and 5 deletions

View File

@@ -99,6 +99,6 @@ class PopController extends mfBaseController {
}
$this->layout()->setFlash("Netzgebiet erfolgreich gespeichert.", "success");
$this->redirect("Pop", "Edit", ['id' => $new_id]);
$this->redirect("Network", "Index", [], "view=pops&net=".$pop->network_id);
}
}