We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd17895 commit 3d25c0fCopy full SHA for 3d25c0f
1 file changed
fields/field.selectbox_link.php
@@ -327,9 +327,9 @@ protected function findRelatedValues(array $relation_id = array()) {
327
328
$entries = (new EntryManager)
329
->select()
330
+ ->section($section_id)
331
->sort($section->getSortingField(), $section->getSortingOrder())
332
->entries(array_values($entry_data))
- ->section($section_id)
333
->includeAllFields()
334
->schema($schema)
335
->execute()
0 commit comments