mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
allow to optionally specify app for redirect instead of always using current app
This commit is contained in:
@ -400,7 +400,7 @@ egw.extend('json', egw.MODULE_WND_LOCAL, function(_app, _wnd) {
|
||||
}
|
||||
else
|
||||
{
|
||||
egw_appWindowOpen(req.egw.getAppName(), res.data.url);
|
||||
egw_appWindowOpen(res.data.app, res.data.url);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user