(web) Allow to change participants roles

This commit is contained in:
Francis Lachapelle
2019-02-19 11:52:13 -05:00
parent 76e8633423
commit 5371838159
7 changed files with 76 additions and 8 deletions
@@ -234,6 +234,8 @@
oldEndDate = new Date(this.component.end.getTime());
if (this.component.due)
oldDueDate = new Date(this.component.due.getTime());
$timeout(scrollToStart);
};
this.addAttachUrl = function () {