We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0666d commit 49b70a1Copy full SHA for 49b70a1
inc/issue.class.php
@@ -455,7 +455,7 @@ public function getTicketsForDisplay($options) {
455
$rows = $DB->request([
456
'FROM' => Item_Ticket::getTable(),
457
'WHERE' => [
458
- 'itemtype' => 'PluginFormcreatorFormAnswer',
+ 'itemtype' => PluginFormcreatorFormAnswer::getType(),
459
'items_id' => $item->getID() // $item is a PluginFormcreatorFormAnswer
460
],
461
'ORDER' => 'tickets_id ASC'
0 commit comments