Skip to content

Commit

Permalink
Change back to sort by content class identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Sep 23, 2018
1 parent cfd3e83 commit 042481c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ public function loadTypesDataForGroup($groupId, $status)
$q
->where('g.group_id = :gid')
->andWhere('c.version = :version')
->addOrderBy('c.id')
->addOrderBy('c.identifier')
->setParameter('gid', $groupId, ParameterType::INTEGER)
->setParameter('version', $status, ParameterType::INTEGER);

Expand Down

0 comments on commit 042481c

Please sign in to comment.