mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +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
5e151a6210
commit
0e69c8c800
@ -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