mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-29 01:59:19 +01:00
Fix opening an app link as popup loses it's opener when its origin app tab is not loaded
This commit is contained in:
parent
7f0f4f8fba
commit
f266766b95
@ -910,7 +910,7 @@ var fw_base = (function(){ "use strict"; return Class.extend(
|
||||
if (appEntry && appEntry.browser == null)
|
||||
{
|
||||
navigate = true;
|
||||
framework.applicationTabNavigate(appEntry, 'about:blank');
|
||||
framework.applicationTabNavigate(appEntry, appEntry.indexUrl);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user