This commit is contained in:
tiago.kayaya
2021-05-12 16:15:30 +01:00
parent 597f9b2e71
commit 2c92ed26cf
18 changed files with 227 additions and 183 deletions
@@ -138,7 +138,7 @@
</app-empty-container>
<app-attendee-modal
*ngIf="showAttendees"
class="d-flex flex-column height-100"
class="d-flex flex-column height-100 hide-footer"
[adding]="adding"
[taskParticipants]="taskParticipants"
[taskParticipantsCc]="taskParticipantsCc"
@@ -180,10 +180,10 @@ export class ExpedientTaskModalPage implements OnInit {
}
});
this.dispatchFolder.SubjectTypes = this.selectedTypes;
docs.Attachments = DocumentToSave;
this.dispatchFolder.SubjectTypes = this.selectedTypes;
if(this.taskParticipants.length > 0) {
switch (this.taskType) {
case '0':