From 39bf17b3deae44f5293f6730b89c303e26391cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Pe=C3=B1a=20Carbonell?= Date: Wed, 12 Oct 2022 14:34:39 +0200 Subject: [PATCH] Fix to get permissions for dataframe_search --- lib/dedalo/component_check_box/component_check_box.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dedalo/component_check_box/component_check_box.php b/lib/dedalo/component_check_box/component_check_box.php index 7732652d28..2d2d0fed21 100644 --- a/lib/dedalo/component_check_box/component_check_box.php +++ b/lib/dedalo/component_check_box/component_check_box.php @@ -9,7 +9,7 @@ $label = $this->get_label(); $required = $this->get_required(); $debugger = $this->get_debugger(); - $permissions = $this->get_component_permissions(); + $permissions = $modo==='dataframe_search' ? 2: $this->get_component_permissions(); $ejemplo = NULL; $html_title = $label; $ar_tools_obj = $this->get_ar_tools_obj();