moving to roles again after saving
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user