general review

This commit is contained in:
Peter Maquiran
2023-08-21 17:36:32 +01:00
parent dd1ba46b0d
commit a02bcb13a3
14 changed files with 131 additions and 93 deletions
+16 -12
View File
@@ -952,12 +952,14 @@ export class AgendaPage implements OnInit {
this.IsEvent = 'add';
if (window.innerWidth <= 1024) {
let taskParticipants = [{
EmailAddress: SessionStore.user.Email,
IsRequired: true,
Name: SessionStore.user.FullName,
UserType: "GD"
}]
let taskParticipants = [
// {
// EmailAddress: SessionStore.user.Email,
// IsRequired: true,
// Name: SessionStore.user.FullName,
// UserType: "GD"
// }
]
const modal = await this.modalCtrl.create({
component: NewEventPage,
componentProps: {
@@ -981,12 +983,14 @@ export class AgendaPage implements OnInit {
await modal.present();
} else {
this.mobileComponent.showAddNewEvent = true;
this.taskParticipants = [{
EmailAddress: SessionStore.user.Email,
IsRequired: true,
Name: SessionStore.user.FullName,
UserType: "GD"
}]
this.taskParticipants = [
// {
// EmailAddress: SessionStore.user.Email,
// IsRequired: true,
// Name: SessionStore.user.FullName,
// UserType: "GD"
// }
]
}
}
@@ -133,7 +133,7 @@
[stepHour]="1"
[stepMinute]="15"
>
>
</ngx-mat-datetime-picker>
</mat-form-field>