mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix the Task Cloud Filters ordering (#4078)
Navigate on the task details when a row is selected
This commit is contained in:
@@ -153,8 +153,8 @@ export class TaskFilterCloudService {
|
||||
appName: appName,
|
||||
state: 'ASSIGNED',
|
||||
assignment: username,
|
||||
sort: 'id',
|
||||
order: 'ASC'
|
||||
sort: 'createdDate',
|
||||
order: 'DESC'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -171,8 +171,8 @@ export class TaskFilterCloudService {
|
||||
appName: appName,
|
||||
state: 'COMPLETED',
|
||||
assignment: '',
|
||||
sort: 'id',
|
||||
order: 'ASC'
|
||||
sort: 'createdDate',
|
||||
order: 'DESC'
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user