Skip to content

Commit e6cbff3

Browse files
committed
fix(target_actor): unable to add a specific person
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
1 parent b64fc10 commit e6cbff3

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
@@ -1100,7 +1100,7 @@ protected function showActorsSettings() {
11001100
'fieldtype' => ['glpiselect'],
11011101
'values' => Group::class,
11021102
],
1103-
'actor_value_question_person',
1103+
'actor_value_' . PluginFormcreatorTarget_Actor::ACTOR_TYPE_QUESTION_GROUP,
11041104
[
11051105
'value' => 0
11061106
]

0 commit comments

Comments
 (0)