Infolog: Fix missing private setting on customfields

This commit is contained in:
nathan 2023-10-23 12:01:12 -06:00
parent 8bdb1e7297
commit 090382bbff

View File

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