From f7e87c1ea1d9862819455e8ac320e83a84dcdfbc Mon Sep 17 00:00:00 2001 From: vdumas Date: Fri, 20 Jan 2023 11:30:55 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B05347=20-=20Change=20default=20value=20of?= =?UTF-8?q?=20allow=5Fmenu=5Fon=5Flinkset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config.class.inc.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index ccc361d32..88af6b5e1 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -342,11 +342,11 @@ class Config 'show_in_conf_sample' => false, ], 'allow_menu_on_linkset' => [ - 'type' => 'bool', - 'description' => 'Display Action menus in view mode on any LinkedSet with edit_mode != none', - 'default' => false, - 'value' => false, - 'source_of_value' => '', + 'type' => 'bool', + 'description' => 'Display Action menus in view mode on any LinkedSet with edit_mode != none', + 'default' => true, + 'value' => true, + 'source_of_value' => '', 'show_in_conf_sample' => false, ], 'allow_target_creation' => [