Added empty maps to flow
This commit is contained in:
parent
06d47e03db
commit
f665fe9d07
|
@ -112,8 +112,10 @@ if (enterprise_installed()) {
|
||||||
__('Succesfully created'), __('Could not be created'), '',
|
__('Succesfully created'), __('Could not be created'), '',
|
||||||
true);
|
true);
|
||||||
|
|
||||||
// Force the tab = 'list'
|
$id = $result;
|
||||||
$tab = "list";
|
define("_id_", $id);
|
||||||
|
|
||||||
|
$tab = "view";
|
||||||
}
|
}
|
||||||
else if ($update_empty_networkmap) {
|
else if ($update_empty_networkmap) {
|
||||||
$id_group = (int) get_parameter('id_group', 0);
|
$id_group = (int) get_parameter('id_group', 0);
|
||||||
|
|
Loading…
Reference in New Issue