We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b306072 commit 8a7a52cCopy full SHA for 8a7a52c
1 file changed
inc/abstractitiltarget.class.php
@@ -2326,11 +2326,6 @@ public function getDefaultData(PluginFormcreatorFormAnswer $formanswer): array {
2326
unset($predefined_fields['_groups_id_assign']);
2327
}
2328
2329
- if (isset($predefined_fields['_groups_id_assign'])) {
2330
- $this->addGroupActor(PluginFormcreatorTarget_Actor::ACTOR_ROLE_ASSIGNED, $predefined_fields['_groups_id_assign']);
2331
- unset($predefined_fields['_groups_id_assign']);
2332
- }
2333
-
2334
if (isset($predefined_fields['itilcategories_id'])) {
2335
$data['itilcategories_id'] = $predefined_fields['itilcategories_id'];
2336
unset($predefined_fields['itilcategories_id']);
0 commit comments