Skip to content

Commit 947ce5c

Browse files
ddurieuxbtry
authored andcommitted
fix(targetticket,targetchange): assign group from questin answer
Signed-off-by: David Durieux <[email protected]> Signed-off-by: Thierry Bugier <[email protected]>
1 parent 51cf3f2 commit 947ce5c

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
@@ -1382,7 +1382,7 @@ protected function showActorsSettings() {
13821382
'fieldtype' => ['glpiselect'],
13831383
'values' => Group::class,
13841384
],
1385-
'actor_value_' . PluginFormcreatorTarget_Actor::ACTOR_TYPE_GROUP,
1385+
'actor_value_' . PluginFormcreatorTarget_Actor::ACTOR_TYPE_QUESTION_GROUP,
13861386
[
13871387
'value' => 0
13881388
]

0 commit comments

Comments
 (0)