mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fixed onInit problem
This commit is contained in:
@@ -57,7 +57,8 @@ export class ActivitiDemoComponent implements OnInit, AfterViewChecked {
|
|||||||
return this.currentChoice === 'task-list';
|
return this.currentChoice === 'task-list';
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit() {
|
constructor() {
|
||||||
|
console.log('Activiti demo component');
|
||||||
this.schemaColumn = [
|
this.schemaColumn = [
|
||||||
{type: 'text', key: 'name', title: 'Name', cssClass: 'full-width name-column', sortable: true}
|
{type: 'text', key: 'name', title: 'Name', cssClass: 'full-width name-column', sortable: true}
|
||||||
// {type: 'text', key: 'created', title: 'Created', sortable: true}
|
// {type: 'text', key: 'created', title: 'Created', sortable: true}
|
||||||
|
Reference in New Issue
Block a user