mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 06:01:36 +01:00
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':
|
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':
|
||||||
@ -132,7 +131,6 @@ egw.extend('preferences', egw.MODULE_GLOBAL, function() {
|
|||||||
{
|
{
|
||||||
query.menuaction='preferences.preferences_categories_ui.index';
|
query.menuaction='preferences.preferences_categories_ui.index';
|
||||||
query.cats_app=current_app;
|
query.cats_app=current_app;
|
||||||
query.ajax=true;
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user