Merge pull request #61 from AlineRinquin/calendrier

Calendrier
This commit is contained in:
AlineRinquin 2022-02-27 16:38:53 +01:00 committed by GitHub
commit 547740dd44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -40,4 +40,4 @@
.fullscreen { .fullscreen {
position: absolute; top:90px; left: 0px; right: 0px; bottom: 0px; position: absolute; top:90px; left: 0px; right: 0px; bottom: 0px;
} }

View File

@ -188,8 +188,8 @@ export class PageAgendaComponent implements AfterViewInit {
end: args.e.end(), end: args.e.end(),
id: args.e.id(), id: args.e.id(),
barColor: "#555555", barColor: "#555555",
text: args.e.text(), text: this.rdvSplit(args.e.text()),
membre: {id:this.userId}, membre: {id:args.e.data.tags.membre},
team: {id:this.teamId} team: {id:this.teamId}
} }
this.evenementService.updateEvenements(event).subscribe( this.evenementService.updateEvenements(event).subscribe(