* Timesheet/Resources/Filemanager/Calendar: customfields could not be deleted

This commit is contained in:
Ralf Becker
2017-01-17 18:24:56 +01:00
parent 83f8850568
commit f9bbcdeb86
5 changed files with 6 additions and 5 deletions

View File

@ -133,7 +133,7 @@ class timesheet_hooks
{
$file = Array(
'Site Configuration' => Egw::link('/index.php','menuaction=admin.admin_config.index&appname=' . $appname,'&ajax=true'),
'Custom fields' => Egw::link('/index.php','menuaction=admin.customfields.index&appname='.$appname.'&use_private=1&ajax=true'),
'Custom fields' => Egw::link('/index.php','menuaction=admin.admin_customfields.index&appname='.$appname.'&use_private=1&ajax=true'),
'Global Categories' => Egw::link('/index.php',array(
'menuaction' => 'admin.admin_categories.index',
'appname' => $appname,