Merge pull request #1396 from Alfresco/dev-wabson-1307

Fix sorting of processlist list items
This commit is contained in:
Mario Romano
2017-01-06 09:57:08 +00:00
committed by GitHub
3 changed files with 39 additions and 8 deletions

View File

@@ -122,6 +122,7 @@ export class ActivitiDemoComponent implements AfterViewInit {
{type: 'text', key: 'started', title: 'Started', cssClass: 'hidden', sortable: true}
]
);
this.dataProcesses.setSorting(new DataSorting('started', 'desc'));
// Uncomment this line to replace all 'text' field editors with custom component
// formRenderingService.setComponentTypeResolver('text', () => CustomEditorComponent, true);