We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323f5ae commit 67a4092Copy full SHA for 67a4092
inc/composite.class.php
@@ -93,6 +93,9 @@ public function buildCompositeRelations() {
93
94
case PluginFormcreatorTargetTicket::class:
95
$ticket = $this->targets['PluginFormcreatorTargetTicket'][$row['items_id']];
96
+ if ($ticket === null) {
97
+ continue;
98
+ }
99
$this->ticket_ticket->add([
100
'link' => $row['link'],
101
'tickets_id_1' => $generatedObject->getID(),
0 commit comments