Skip to content

Commit

Permalink
fix(abstractitiltarget): mess with actors dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed May 26, 2022
1 parent c7f329c commit baf9c04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/abstractitiltarget.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ protected function showActorSettingsForType($actorType, array $actors) {
'itemtype' => $this->getType(),
'items_id' => $this->getID(),
'actor_role' => $actorRole,
'actor_type' => PluginFormcreatorTarget_Actor::ACTOR_TYPE_QUESTION_GROUP,
'actor_type' => PluginFormcreatorTarget_Actor::ACTOR_TYPE_GROUP_FROM_OBJECT,
]
]);
$used = [];
Expand All @@ -1891,7 +1891,7 @@ protected function showActorSettingsForType($actorType, array $actors) {
[
'fieldtype' => ['glpiselect'],
],
'actor_value_' . PluginFormcreatorTarget_Actor::ACTOR_TYPE_QUESTION_GROUP,
'actor_value_' . PluginFormcreatorTarget_Actor::ACTOR_TYPE_GROUP_FROM_OBJECT,
0,
[
'used' => $used,
Expand Down

0 comments on commit baf9c04

Please sign in to comment.