From 090382bbffc0940db7b3f08d57ef3c43b3215eba 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', )), );