mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch '1539-new-flow-in-networkmaps-when-creates-a-map-dev' into 'develop'
Changed flow See merge request artica/pandorafms!1031
This commit is contained in:
commit
1789287673
@ -160,8 +160,10 @@ if ($new_networkmap || $save_networkmap) {
|
|||||||
__('Succesfully created'), __('Could not be created'), '',
|
__('Succesfully created'), __('Could not be created'), '',
|
||||||
true);
|
true);
|
||||||
|
|
||||||
// Force the tab = 'list'
|
$id = $result;
|
||||||
$tab = "list";
|
|
||||||
|
// Force the tab = 'view'
|
||||||
|
$tab = "view";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// The networkmap exists
|
// The networkmap exists
|
||||||
|
@ -677,7 +677,9 @@ if (is_ajax ()) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//--------------END AJAX------------------------------------------------
|
//--------------END AJAX------------------------------------------------
|
||||||
$id = (int) get_parameter('id_networkmap', 0);
|
if ($id == 0) {
|
||||||
|
$id = (int) get_parameter('id_networkmap', 0);
|
||||||
|
}
|
||||||
$dash_mode = 0;
|
$dash_mode = 0;
|
||||||
$map_dash_details = array();
|
$map_dash_details = array();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user