mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-06 13:29:22 +01:00
Admin - Fix keyboard shortcuts not properly loaded for customfields for some apps
Infolog & tracker at least, maybe others.
This commit is contained in:
parent
97c7504f1a
commit
d42dff43f2
@ -271,6 +271,8 @@ class admin_customfields
|
||||
Framework::includeCSS('admin','app');
|
||||
Api\Translation::add_app('admin');
|
||||
|
||||
// Set app to admin to make sure actions are correctly loaded into admin
|
||||
$GLOBALS['egw_info']['flags']['currentapp'] = 'admin';
|
||||
$GLOBALS['egw_info']['flags']['app_header'] = $GLOBALS['egw_info']['apps'][$this->appname]['title'].' - '.lang('Custom fields');
|
||||
|
||||
// Some logic to make sure extending class (if there is one) gets called
|
||||
|
Loading…
Reference in New Issue
Block a user