mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
fix for community.egroupware.org bug #3027: Open item in element list no longer working
This commit is contained in:
@ -265,7 +265,7 @@ function egw_refresh(_msg, _app, _id, _type, _targetapp, _replace, _with)
|
||||
*/
|
||||
function egw_open(id, app, type, extra, target)
|
||||
{
|
||||
window.egw.open();
|
||||
window.egw.open(id, app, type, extra, target);
|
||||
}
|
||||
|
||||
window.egw_getFramework = function()
|
||||
|
Reference in New Issue
Block a user