Skip to content

Commit 7c918d3

Browse files
committed
feat(form): edit recursion with massive actions
1 parent 3bb2f3d commit 7c918d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/form.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function rawSearchOptions() {
182182
'field' => 'is_recursive',
183183
'name' => __('Recursive'),
184184
'datatype' => 'bool',
185-
'massiveaction' => false
185+
'massiveaction' => true
186186
];
187187

188188
$tab[] = [

0 commit comments

Comments
 (0)