mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Fix app-level redirect affects whole page
This commit is contained in:
parent
91fa09e4d5
commit
756b3d3380
@ -370,7 +370,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_app, _wnd) {
|
||||
}
|
||||
else
|
||||
{
|
||||
egw_appWindowOpen(req.app, res.data.url);
|
||||
egw_appWindowOpen(req.egw.getAppName(), res.data.url);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user