mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Infolog: Fix missing private setting on customfields
This commit is contained in:
parent
8bdb1e7297
commit
090382bbff
@ -186,6 +186,7 @@ class infolog_hooks
|
|||||||
)),
|
)),
|
||||||
'Custom fields, type and status' => Egw::link('/index.php',array(
|
'Custom fields, type and status' => Egw::link('/index.php',array(
|
||||||
'menuaction' => 'infolog.infolog_customfields.index',
|
'menuaction' => 'infolog.infolog_customfields.index',
|
||||||
|
'use_private' => 1,
|
||||||
'ajax' => 'true',
|
'ajax' => 'true',
|
||||||
)),
|
)),
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user