Issue #3159382 by Beakerboy: Sort order not specified in view test_view_fieldapi, but results must be ordered by nid
parent
09c6b3d80d
commit
39aa6bf474
|
@ -57,6 +57,15 @@ display:
|
|||
type: default
|
||||
row:
|
||||
type: fields
|
||||
sorts:
|
||||
nid:
|
||||
id: nid
|
||||
table: node_field_data
|
||||
field: nid
|
||||
order: ASC
|
||||
plugin_id: field
|
||||
entity_type: node
|
||||
entity_field: nid
|
||||
display_plugin: default
|
||||
display_title: Master
|
||||
id: default
|
||||
|
|
Loading…
Reference in New Issue