Skip to content

Commit 2ca5498

Browse files
committed
fix(target_actor): unable to add a specific person
Signed-off-by: Thierry Bugier <[email protected]>
1 parent 5c1897d commit 2ca5498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/targetbase.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ protected function showActorsSettings() {
10971097
'fieldtype' => ['glpiselect'],
10981098
'values' => Group::class,
10991099
],
1100-
'actor_value_question_person',
1100+
'actor_value_' . PluginFormcreatorTarget_Actor::ACTOR_TYPE_QUESTION_GROUP,
11011101
[
11021102
'value' => 0
11031103
]

0 commit comments

Comments
 (0)