Fix refresh in acl popup, was refreshing opener instead.

This commit is contained in:
Nathan Gray 2014-06-04 15:05:27 +00:00
parent b08cd59bac
commit ec55375e56

View File

@ -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);
},
/**