mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix build errors
This commit is contained in:
@@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
import { Component, AfterViewChecked, ViewChild, Input } from '@angular/core';
|
import { Component, AfterViewChecked, ViewChild, Input } from '@angular/core';
|
||||||
import { ALFRESCO_TASKLIST_DIRECTIVES,
|
import { ALFRESCO_TASKLIST_DIRECTIVES,
|
||||||
TaskQueryRequestRepresentationModel,
|
|
||||||
AppDefinitionRepresentationModel,
|
AppDefinitionRepresentationModel,
|
||||||
FilterRepresentationModel,
|
FilterRepresentationModel,
|
||||||
UserTaskFilterRepresentationModel
|
UserTaskFilterRepresentationModel
|
||||||
@@ -145,9 +144,8 @@ export class ActivitiDemoComponent implements AfterViewChecked {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onFormCompleted(form) {
|
onFormCompleted(form) {
|
||||||
this.activititasklist.load(this.taskFilter);npm
|
this.activititasklist.load(this.taskFilter);
|
||||||
this.currentTaskId = null;
|
this.currentTaskId = null;
|
||||||
this.activitidetails.loadDetails(this.currentTaskId);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ngAfterViewChecked() {
|
ngAfterViewChecked() {
|
||||||
|
Reference in New Issue
Block a user