Skip to content

Commit

Permalink
fix(targetticket,targetchange): bad handling of group from question
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry committed Mar 9, 2020
1 parent 351a36b commit 80f405b
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 @@ -1101,7 +1101,7 @@ protected function showActorsSettings() {
'fieldtype' => ['glpiselect'],
'values' => Group::class,
],
'actor_value_question_person',
'actor_value_' . PluginFormcreatorTarget_Actor::ACTOR_TYPE_QUESTION_GROUP,
[
'value' => 0
]
Expand Down

0 comments on commit 80f405b

Please sign in to comment.