allow to optionally specify app for redirect instead of always using current app

This commit is contained in:
Ralf Becker
2014-01-27 16:28:39 +00:00
parent ba5254040d
commit 99ce5b41f9
3 changed files with 7 additions and 4 deletions

View File

@ -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;
}