Skip to content

Commit

Permalink
Fix EntryManager query.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra Nantel committed Oct 2, 2018
1 parent b1561f5 commit 84ec0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fields/field.selectbox_link.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,9 @@ protected function findRelatedValues(array $relation_id = array()) {

$entries = (new EntryManager)
->select()
->section($section_id)
->sort($section->getSortingField(), $section->getSortingOrder())
->entries(array_values($entry_data))
->section($section_id)
->includeAllFields()
->schema($schema)
->execute()
Expand Down

0 comments on commit 84ec0d1

Please sign in to comment.