mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#440 form refresh (reload) action
This commit is contained in:
@@ -95,6 +95,12 @@ export class ActivitiForm implements OnInit, AfterViewChecked, OnChanges {
|
||||
}
|
||||
}
|
||||
|
||||
onRefreshClicked() {
|
||||
if (this.taskId) {
|
||||
this.loadForm(this.taskId);
|
||||
}
|
||||
}
|
||||
|
||||
private loadForm(taskId: string) {
|
||||
this.formService
|
||||
.getTaskForm(taskId)
|
||||
|
Reference in New Issue
Block a user