forked from extern/egroupware
Fix edit acl dialog fails on reload
This commit is contained in:
parent
1d43684418
commit
d756268dbe
@ -889,6 +889,9 @@ class AdminApp extends EgwApp
|
||||
if(this.acl_dialog != null)
|
||||
{
|
||||
content = this.acl_dialog.get_value() || {};
|
||||
// returning tabs as content seems to screw up recreating the dialog
|
||||
// @todo: maybe this should be investigated further in et2Tabs widget
|
||||
delete(content.tabs);
|
||||
|
||||
// Destroy the dialog
|
||||
this.acl_dialog.destroy();
|
||||
|
Loading…
Reference in New Issue
Block a user