This commit is contained in:
Peter Maquiran
2023-08-22 17:50:18 +01:00
parent 977aed8862
commit a06bc4a409
3 changed files with 22 additions and 18 deletions
@@ -143,12 +143,14 @@ export class DocumentSetUpMeetingPage implements OnInit {
}
if(this.taskParticipants.length == 0) {
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"
// }
]
}
this.changeAgenda()
@@ -154,12 +154,14 @@ export class BookMeetingModalPage implements OnInit {
}
if (this.taskParticipants.length == 0) {
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"
// }
]
}
this.changeAgenda();
+6 -6
View File
@@ -1,12 +1,12 @@
export let versionData = {
"shortSHA": "f9a4830a3",
"SHA": "f9a4830a30a0bbcb05daad197f636edf6c920569",
"shortSHA": "977aed886",
"SHA": "977aed8862882fbc93ba9376e49974fdcca9be55",
"branch": "developer-prod",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Tue Aug 22 14:39:33 2023 +0100'",
"lastCommitMessage": "fix date picker",
"lastCommitNumber": "5202",
"lastCommitTime": "'Tue Aug 22 15:43:20 2023 +0100'",
"lastCommitMessage": "fix pages",
"lastCommitNumber": "5203",
"change": "",
"changeStatus": "On branch developer-prod\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/agenda/agenda.page.ts\n\tmodified: src/app/pages/publications/new-publication/new-publication.page.ts\n\tmodified: src/app/pipes/publication.pipe.ts\n\tmodified: src/app/shared/publication/new-publication/new-publication.page.ts\n\tmodified: src/app/store/publication-folder.service.ts",
"changeStatus": "On branch developer-prod\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/modals/document-set-up-meeting/document-set-up-meeting.page.ts\n\tmodified: src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.ts",
"changeAuthor": "peter.maquiran"
}