Skip to content

Commit

Permalink
fix(targetticket,targetchange): assign group from questin answer
Browse files Browse the repository at this point in the history
Signed-off-by: David Durieux <david@durieux.family>
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
ddurieux authored and btry committed Mar 24, 2020
1 parent 51cf3f2 commit 947ce5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/targetbase.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ protected function showActorsSettings() {
'fieldtype' => ['glpiselect'],
'values' => Group::class,
],
'actor_value_' . PluginFormcreatorTarget_Actor::ACTOR_TYPE_GROUP,
'actor_value_' . PluginFormcreatorTarget_Actor::ACTOR_TYPE_QUESTION_GROUP,
[
'value' => 0
]
Expand Down

0 comments on commit 947ce5c

Please sign in to comment.