Multiple exception bug fixes identified during testing
This commit is contained in:
@@ -67,6 +67,7 @@ class SystemController extends Controller
|
||||
$oo = new Address;
|
||||
$oo->zone_id = $request->post('zone_id');
|
||||
$oo->region_id = $request->post('region_id_new');
|
||||
$oo->host_id = 0;
|
||||
$oo->node_id = 0;
|
||||
$oo->point_id = 0;
|
||||
$oo->role = DomainController::NODE_RC;
|
||||
|
Reference in New Issue
Block a user