Skip to content
Snippets Groups Projects
Commit b6d19da9 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #14454 TIME 0:05 fix save filter alfresco

parent 646bba73
No related branches found
No related tags found
No related merge requests found
...@@ -101,6 +101,12 @@ export class AdministrationService { ...@@ -101,6 +101,12 @@ export class AdministrationService {
page: 0, page: 0,
field: '' field: ''
}, },
admin_alfresco: {
sort: 'label',
sortDirection: 'asc',
page: 0,
field: ''
},
admin_contacts_list: { admin_contacts_list: {
sort: 'lastname', sort: 'lastname',
sortDirection: 'asc', sortDirection: 'asc',
...@@ -114,7 +120,7 @@ export class AdministrationService { ...@@ -114,7 +120,7 @@ export class AdministrationService {
field: '' field: ''
}, },
admin_regitered_mail: { admin_regitered_mail: {
sort: 'customerAccountNumber', sort: 'rangeNumber',
sortDirection: 'asc', sortDirection: 'asc',
page: 0, page: 0,
field: '' field: ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment