Changed flow
This commit is contained in:
parent
7e6cc539e8
commit
35ec64e2ea
|
@ -153,8 +153,10 @@ if ($new_networkmap || $save_networkmap) {
|
|||
__('Succesfully created'), __('Could not be created'), '',
|
||||
true);
|
||||
|
||||
// Force the tab = 'list'
|
||||
$tab = "list";
|
||||
$id = $result;
|
||||
|
||||
// Force the tab = 'view'
|
||||
$tab = "view";
|
||||
}
|
||||
}
|
||||
// The networkmap exists
|
||||
|
|
|
@ -677,7 +677,9 @@ if (is_ajax ()) {
|
|||
}
|
||||
}
|
||||
//--------------END AJAX------------------------------------------------
|
||||
$id = (int) get_parameter('id_networkmap', 0);
|
||||
if ($id == 0) {
|
||||
$id = (int) get_parameter('id_networkmap', 0);
|
||||
}
|
||||
$dash_mode = 0;
|
||||
$map_dash_details = array();
|
||||
|
||||
|
|
Loading…
Reference in New Issue