mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
committed by
Denys Vuika
parent
473241f792
commit
9655e51943
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
import { Component, EventEmitter, Input, Output, ViewChild } from '@angular/core';
|
||||
import { AlfrescoTranslateService, LogService } from 'ng2-alfresco-core';
|
||||
import { AlfrescoTranslationService, LogService } from 'ng2-alfresco-core';
|
||||
import { TaskDetailsModel } from '../models/task-details.model';
|
||||
import { ActivitiTaskListService } from './../services/activiti-tasklist.service';
|
||||
import { Form } from '../models/form.model';
|
||||
@@ -54,7 +54,7 @@ export class ActivitiStartTaskButton {
|
||||
* @param translate
|
||||
* @param taskService
|
||||
*/
|
||||
constructor(private translateService: AlfrescoTranslateService,
|
||||
constructor(private translateService: AlfrescoTranslationService,
|
||||
private taskService: ActivitiTaskListService,
|
||||
private logService: LogService) {
|
||||
|
||||
|
Reference in New Issue
Block a user