Skip to content

Commit

Permalink
HPC-9890: List new content first in export endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
berliner committed Nov 20, 2024
1 parent fb7408a commit 769cf7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public function metaData() {
$field_query->addField('summary', 'field_summary_value', 'summary');
$field_query->addField('short_title', 'field_short_title_value', 'title_short');
$field_query->addField('auto_visible', 'field_automatically_visible_value', 'autoVisible');
$field_query->orderBy('n.changed', 'DESC');
$result = $field_query->execute();
return $result->fetchAllAssoc('id');
}
Expand Down

0 comments on commit 769cf7a

Please sign in to comment.