Merge branch 'developer-c' of https://bitbucket.org/equilibriumito/gabinete-digital into developer

This commit is contained in:
tiago.kayaya
2021-04-09 11:34:14 +01:00
5 changed files with 195 additions and 186 deletions
@@ -116,10 +116,10 @@ export class NewEventPage implements OnInit {
this.postEvent.Attendees = this.taskParticipants;
if(this.profile=='mdgpr'){
if(this.profile=='mdgpr') {
this.eventService.postEventMd(this.postEvent, this.postEvent.CalendarName).subscribe();
}
else if(this.profile=='pr'){
else if(this.profile=='pr') {
this.eventService.postEventPr(this.postEvent, this.postEvent.CalendarName).subscribe();
}
@@ -134,6 +134,9 @@ export class NewEventPage implements OnInit {
async addParticipants() {
this.saveTemporaryData();
this.openAttendeesComponent.emit({
type: "intervenient"
});
@@ -142,6 +145,9 @@ export class NewEventPage implements OnInit {
}
async addParticipantsCc() {
this.saveTemporaryData();
this.openAttendeesComponent.emit({
type: "CC"
});