mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 12:01:20 +02:00
Use ajax flag to load acl into div, not iframe
This commit is contained in:
@ -859,6 +859,7 @@ function egw_preferences(name, apps)
|
|||||||
case 'acl':
|
case 'acl':
|
||||||
query.menuaction='preferences.preferences_acl.index';
|
query.menuaction='preferences.preferences_acl.index';
|
||||||
query.acl_app=current_app;
|
query.acl_app=current_app;
|
||||||
|
query.ajax=true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'cats':
|
case 'cats':
|
||||||
|
Reference in New Issue
Block a user