mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
Fix app-level redirect affects whole page
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user