commit
547740dd44
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user