moving to roles again after saving

This commit is contained in:
Frank Schubert
2021-07-02 00:10:55 +02:00
parent f66da99910
commit 5c99e8008e
4 changed files with 22 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ class NetworkAddressController extends mfBaseController {
}
}
$this->redirect("Network");
$this->redirect("Network", "Index", [],"view=roles&net=$network_id");
}
protected function createAction() {
@@ -98,6 +98,6 @@ class NetworkAddressController extends mfBaseController {
$na->save();
}
$this->redirect("Network");
$this->redirect("Network", "Index", [],"view=roles&net=$network_id");
}
}