Merge branch 'development' into dev-denys-1152

This commit is contained in:
Denys Vuika
2017-01-06 10:03:40 +00:00
committed by GitHub
6 changed files with 72 additions and 11 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);