update resizing event
This commit is contained in:
parent
c0a89e1868
commit
b3b724ecf0
1 changed files with 2 additions and 2 deletions
|
@ -188,8 +188,8 @@ export class PageAgendaComponent implements AfterViewInit {
|
|||
end: args.e.end(),
|
||||
id: args.e.id(),
|
||||
barColor: "#555555",
|
||||
text: args.e.text(),
|
||||
membre: {id:this.userId},
|
||||
text: this.rdvSplit(args.e.text()),
|
||||
membre: {id:args.e.data.tags.membre},
|
||||
team: {id:this.teamId}
|
||||
}
|
||||
this.evenementService.updateEvenements(event).subscribe(
|
||||
|
|
Loading…
Add table
Reference in a new issue