|
|
@ -179,11 +179,11 @@ export class GfCreateOrUpdateActivityDialog implements OnDestroy { |
|
|
}; |
|
|
}; |
|
|
}) ?? []; |
|
|
}) ?? []; |
|
|
|
|
|
|
|
|
Object.keys(ActivityType).forEach((type) => { |
|
|
for (const type of Object.keys(ActivityType)) { |
|
|
this.typesTranslationMap[ActivityType[type]] = translate( |
|
|
this.typesTranslationMap[ActivityType[type]] = translate( |
|
|
ActivityType[type] |
|
|
ActivityType[type] |
|
|
); |
|
|
); |
|
|
}); |
|
|
} |
|
|
|
|
|
|
|
|
this.activityForm = this.formBuilder.group({ |
|
|
this.activityForm = this.formBuilder.group({ |
|
|
accountId: [ |
|
|
accountId: [ |
|
|
|