1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

F #4211: Fix direct links to other panel's form

This commit is contained in:
Carlos Martín 2016-09-14 14:55:28 +02:00
parent 91337ed00c
commit e8de4b1cf8

View File

@ -1039,6 +1039,10 @@ define(function(require) {
tabId = _getTab()
}
if(_getTab() != tabId){
_routerShowTab(tabId);
}
if (!_formPanelVisible($("#"+tabId)) && router != undefined){
router.navigate(tabId+"/form");
}