mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
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)
|
if(this.acl_dialog != null)
|
||||||
{
|
{
|
||||||
content = this.acl_dialog.get_value() || {};
|
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
|
// Destroy the dialog
|
||||||
this.acl_dialog.destroy();
|
this.acl_dialog.destroy();
|
||||||
|
Loading…
Reference in New Issue
Block a user