Skip to content

Commit 2090d9e

Browse files
RomainLvrstonebuzz
authored andcommitted
Fix massive actions error
1 parent 6a52507 commit 2090d9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inc/field.class.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,7 @@ public static function showSingle($itemtype, $searchOption, $massiveaction = fal
12901290
'fields.is_readonly',
12911291
'fields.multiple',
12921292
'fields.default_value',
1293+
'fields.mandatory',
12931294
],
12941295
'FROM' => self::getTable() . ' AS fields',
12951296
'LEFT JOIN' => [
@@ -1324,6 +1325,7 @@ public static function showSingle($itemtype, $searchOption, $massiveaction = fal
13241325
'is_readonly' => $data['is_readonly'],
13251326
'default_value' => $data['default_value'],
13261327
'multiple' => $data['multiple'],
1328+
'mandatory' => $data['mandatory'],
13271329
],
13281330
];
13291331

0 commit comments

Comments
 (0)