mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3946] Add the GroupCloudComponent to the StartTaskCloudComponent (#4202)
* Add GroupComponent to the start task cloud * [ADF-3946] Exported unexported componentes in group module * [ADF-3946] Used group module in start task module * Fix import * Fix build name * Fix build name unit tests * Fix unit test * Add space to rebuild travis
This commit is contained in:
@@ -38,6 +38,7 @@ export class TaskDetailsCloudModel {
|
||||
processInstanceId: string;
|
||||
status: string;
|
||||
standAlone: boolean;
|
||||
candidateGroups: string [];
|
||||
managerOfCandidateGroup: boolean;
|
||||
memberOfCandidateGroup: boolean;
|
||||
memberOfCandidateUsers: boolean;
|
||||
@@ -64,6 +65,7 @@ export class TaskDetailsCloudModel {
|
||||
this.processInstanceId = obj.processInstanceId || null;
|
||||
this.status = obj.status || null;
|
||||
this.standAlone = obj.standAlone || null;
|
||||
this.candidateGroups = obj.candidateGroups || null;
|
||||
this.managerOfCandidateGroup = obj.managerOfCandidateGroup || null;
|
||||
this.memberOfCandidateGroup = obj.memberOfCandidateGroup || null;
|
||||
this.memberOfCandidateUsers = obj.memberOfCandidateUsers || null;
|
||||
|
Reference in New Issue
Block a user