define date of last occurrence on agenda new and edit function in mobile and tablet

This commit is contained in:
EQUILIBRIUM\hirondino.van-dunem
2022-06-22 16:35:47 +01:00
parent 4ffa969b04
commit 5501b4a583
5 changed files with 89 additions and 6 deletions
@@ -129,7 +129,7 @@ export class EditEventPage implements OnInit {
this.postEvent.EventRecurrence.Type = this.postEvent.EventRecurrence.Type.toString();
this.postEvent.EventRecurrence.LastOccurrence = this.currentDate;
// this.postEvent.EventRecurrence.LastOccurrence = this.currentDate;
setTimeout(() => {
this.postEvent.EventRecurrence.Type = this.postEvent.EventRecurrence.Type.toString();