mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
@@ -120,6 +120,7 @@ export class ActivitiChecklist implements OnInit, OnChanges {
|
|||||||
(res: TaskDetailsModel) => {
|
(res: TaskDetailsModel) => {
|
||||||
this.checklist.push(res);
|
this.checklist.push(res);
|
||||||
this.checklistTaskCreated.emit(res);
|
this.checklistTaskCreated.emit(res);
|
||||||
|
this.taskName = '';
|
||||||
},
|
},
|
||||||
(err) => {
|
(err) => {
|
||||||
this.logService.error(err);
|
this.logService.error(err);
|
||||||
@@ -132,5 +133,6 @@ export class ActivitiChecklist implements OnInit, OnChanges {
|
|||||||
if (this.dialog) {
|
if (this.dialog) {
|
||||||
this.dialog.nativeElement.close();
|
this.dialog.nativeElement.close();
|
||||||
}
|
}
|
||||||
|
this.taskName = '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user