Skip to content

Commit

Permalink
Fix form submission results
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny van Wijk committed Jan 28, 2025
1 parent 8f1601b commit 50a6ec3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ public function adaptQueryBuilder(QueryBuilder $queryBuilder)
->andWhere(
'n.id IN (SELECT m.id FROM Kunstmaan\FormBundle\Entity\FormSubmission s join s.node m)'
)
->addOrderBy('n.id', 'DESC');
->addOrderBy('b.id', 'DESC');
}
}

0 comments on commit 50a6ec3

Please sign in to comment.