forked from extern/egroupware
running categories and acl in iframe again. If they run top-level their admin/js/app.js objects conflict with other top-level admin/js/app.js object and only one working categories or acl tab can be opened
This commit is contained in:
parent
8e0dea8316
commit
186bdbcb55
@ -117,7 +117,6 @@ egw.extend('preferences', egw.MODULE_GLOBAL, function() {
|
||||
case 'acl':
|
||||
query.menuaction='preferences.preferences_acl.index';
|
||||
query.acl_app=current_app;
|
||||
query.ajax=true;
|
||||
break;
|
||||
|
||||
case 'cats':
|
||||
@ -132,7 +131,6 @@ egw.extend('preferences', egw.MODULE_GLOBAL, function() {
|
||||
{
|
||||
query.menuaction='preferences.preferences_categories_ui.index';
|
||||
query.cats_app=current_app;
|
||||
query.ajax=true;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user