From 6e65165660ea857a124f171596bb9a6f158bf263 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 23 Oct 2023 12:01:12 -0600 Subject: [PATCH] Infolog: Fix missing private setting on customfields --- infolog/inc/class.infolog_hooks.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/infolog/inc/class.infolog_hooks.inc.php b/infolog/inc/class.infolog_hooks.inc.php index d18a77e749..3d58204cac 100644 --- a/infolog/inc/class.infolog_hooks.inc.php +++ b/infolog/inc/class.infolog_hooks.inc.php @@ -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', )), );