feat: refs #6943 add order by id
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
2027e44d17
commit
7bb8330302
|
@ -27,7 +27,7 @@ const addressFilter = {
|
||||||
'isLogifloraAllowed',
|
'isLogifloraAllowed',
|
||||||
'postalCode',
|
'postalCode',
|
||||||
],
|
],
|
||||||
order: ['isDefaultAddress DESC', 'isActive DESC', 'nickname ASC'],
|
order: ['isDefaultAddress DESC', 'isActive DESC', 'id DESC', 'nickname ASC'],
|
||||||
include: [
|
include: [
|
||||||
{
|
{
|
||||||
relation: 'observations',
|
relation: 'observations',
|
||||||
|
|
Loading…
Reference in New Issue