Skip to content

Commit baf9c04

Browse files
committed
fix(abstractitiltarget): mess with actors dropdown
1 parent c7f329c commit baf9c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/abstractitiltarget.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,7 @@ protected function showActorSettingsForType($actorType, array $actors) {
18781878
'itemtype' => $this->getType(),
18791879
'items_id' => $this->getID(),
18801880
'actor_role' => $actorRole,
1881-
'actor_type' => PluginFormcreatorTarget_Actor::ACTOR_TYPE_QUESTION_GROUP,
1881+
'actor_type' => PluginFormcreatorTarget_Actor::ACTOR_TYPE_GROUP_FROM_OBJECT,
18821882
]
18831883
]);
18841884
$used = [];
@@ -1891,7 +1891,7 @@ protected function showActorSettingsForType($actorType, array $actors) {
18911891
[
18921892
'fieldtype' => ['glpiselect'],
18931893
],
1894-
'actor_value_' . PluginFormcreatorTarget_Actor::ACTOR_TYPE_QUESTION_GROUP,
1894+
'actor_value_' . PluginFormcreatorTarget_Actor::ACTOR_TYPE_GROUP_FROM_OBJECT,
18951895
0,
18961896
[
18971897
'used' => $used,

0 commit comments

Comments
 (0)