Skip to content

Commit

Permalink
feat(form): edit recursion with massive actions
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed May 19, 2023
1 parent 3bb2f3d commit 7c918d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function rawSearchOptions() {
'field' => 'is_recursive',
'name' => __('Recursive'),
'datatype' => 'bool',
'massiveaction' => false
'massiveaction' => true
];

$tab[] = [
Expand Down

0 comments on commit 7c918d3

Please sign in to comment.