Skip to content

Commit

Permalink
Fix to get permissions for dataframe_search
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-render committed Oct 12, 2022
1 parent a3a5508 commit 39bf17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dedalo/component_check_box/component_check_box.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 39bf17b

Please sign in to comment.