Merge branches 'developer' and 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into developer

This commit is contained in:
tiago.kayaya
2021-12-10 17:05:01 +01:00
@@ -331,7 +331,6 @@ export class NewEventPage implements OnInit {
async save() {
this.injectValidation()
@@ -349,11 +348,6 @@ export class NewEventPage implements OnInit {
this.postEvent.HasAttachments = true;
}
if(this.selectedRecurringType != '-1') {
this.postEvent.EventRecurrence.Type = this.selectedRecurringType;
}
//
if(this.postEvent.EventRecurrence.Type == undefined) {
this.postEvent.EventRecurrence.Type = '-1'
}