mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 20:08:34 +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)
|
if (appEntry && appEntry.browser == null)
|
||||||
{
|
{
|
||||||
navigate = true;
|
navigate = true;
|
||||||
framework.applicationTabNavigate(appEntry, 'about:blank');
|
framework.applicationTabNavigate(appEntry, appEntry.indexUrl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user