Merge branch 'feature/calendar' into developer

This commit is contained in:
tiago.kayaya
2021-03-29 16:15:30 +01:00
7 changed files with 159 additions and 44 deletions
+6 -12
View File
@@ -380,22 +380,16 @@
>
</app-approve-event>
<app-attendees
class="d-flex flex-column height-100"
*ngIf="mobileComponent.showAttendees"
(openAttendeeModal)="openAttendeeModal()"
[eventAttendees]="contacts"
(openAddEvent)="openAddEvent($event)"
(GoBackEditOrAdd)="GoBackEditOrAdd()"
>
</app-attendees>
<app-attendee-modal
class="d-flex flex-column height-100"
*ngIf="mobileComponent.showAttendeeModal"
*ngIf="mobileComponent.showAttendees"
[eventAttendees]="contacts"
(openAttendeesComponent)="openAttendeesComponent($event)"
(openAddEvent)="openAddEvent()"
(GoBackEditOrAdd)="GoBackEditOrAdd()"
(setContact)="setContact($event)"
>
</app-attendee-modal>
+1 -1
View File
@@ -958,7 +958,7 @@ export class AgendaPage implements OnInit {
if(Array.isArray(data)){
if(data.length != 0){
if(data.length >= 1){
console.log('save!!!',data.length);
console.log(data);