mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 22:53:18 +00:00
(web) Allow to change participants roles
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user