Infolog: Fix missing private setting on customfields

This commit is contained in:
nathan 2023-10-23 12:01:12 -06:00
parent 299ec51be5
commit 6e65165660

View File

@ -186,6 +186,7 @@ class infolog_hooks
)),
'Custom fields, type and status' => Egw::link('/index.php',array(
'menuaction' => 'infolog.infolog_customfields.index',
'use_private' => 1,
'ajax' => 'true',
)),
);