Fix app-level redirect affects whole page

This commit is contained in:
Nathan Gray 2013-09-30 12:34:45 +00:00
parent 91fa09e4d5
commit 756b3d3380

View File

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