forked from extern/egroupware
Fix refresh in acl popup, was refreshing opener instead.
This commit is contained in:
parent
b08cd59bac
commit
ec55375e56
@ -537,7 +537,9 @@ app.classes.admin = AppJS.extend(
|
||||
*/
|
||||
_acl_callback: function(_data)
|
||||
{
|
||||
window.egw_refresh(_data.msg, this.appname, _data.ids, _data.type);
|
||||
// Avoid the window / framework / app and just refresh the etemplate
|
||||
// Framework will try to refresh the opener
|
||||
this.et2.getInstanceManager().refresh(_data.msg, this.appname,_data.ids,_data.type);
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user