mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-19 11:59:28 +00:00
(js) Mark form as dirty when removing an attendee
This commit is contained in:
@@ -282,10 +282,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
function removeAttendee(attendee) {
|
||||
function removeAttendee(attendee, form) {
|
||||
vm.component.deleteAttendee(attendee);
|
||||
if (vm.component.attendees.length === 0)
|
||||
vm.showAttendeesEditor = false;
|
||||
form.$setDirty();
|
||||
}
|
||||
|
||||
function priorityLevel() {
|
||||
|
||||
Reference in New Issue
Block a user