mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
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)
|
_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…
x
Reference in New Issue
Block a user