mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Fix custom notifications CKEditor was broken, depending on how you loaded Admin
This commit is contained in:
parent
3d164b0624
commit
ae097502ac
@ -111,7 +111,9 @@ class infolog_hooks
|
||||
$file = Array(
|
||||
'Site configuration' => Egw::link('/index.php',array(
|
||||
'menuaction' => 'infolog.infolog_ui.admin',
|
||||
'ajax' => 'true',
|
||||
// As long as CKEditor needs CSP exceptions, this needs to
|
||||
// load in an iframe
|
||||
//'ajax' => 'true',
|
||||
)),
|
||||
'Global Categories' => Egw::link('/index.php',array(
|
||||
'menuaction' => 'admin.admin_categories.index',
|
||||
|
Loading…
Reference in New Issue
Block a user