Fix custom notifications CKEditor was broken, depending on how you loaded Admin

This commit is contained in:
nathangray 2017-05-15 09:55:29 -06:00
parent 3d164b0624
commit ae097502ac

View File

@ -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',