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:
parent
91337ed00c
commit
e8de4b1cf8
@ -1039,6 +1039,10 @@ define(function(require) {
|
||||
tabId = _getTab()
|
||||
}
|
||||
|
||||
if(_getTab() != tabId){
|
||||
_routerShowTab(tabId);
|
||||
}
|
||||
|
||||
if (!_formPanelVisible($("#"+tabId)) && router != undefined){
|
||||
router.navigate(tabId+"/form");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user