mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 21:35:50 +00:00
add attendies
This commit is contained in:
+2
@@ -362,6 +362,8 @@ export class BookMeetingModalPage implements OnInit {
|
||||
Attachments: []
|
||||
}
|
||||
|
||||
this.postData.Attendees = this.taskParticipants.concat(this.taskParticipantsCc);
|
||||
|
||||
const DocumentToSave = this.documents.map((e: any) => {
|
||||
return {
|
||||
ApplicationId: e.ApplicationType || e.ApplicationId,
|
||||
|
||||
@@ -114,7 +114,6 @@ export class ApproveEventPage implements OnInit {
|
||||
}
|
||||
|
||||
async approveTask(serialNumber: string) {
|
||||
alert("lll")
|
||||
let body = { "serialNumber": serialNumber, "action": "Aprovar" }
|
||||
|
||||
const loader = this.toastService.loading()
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
export let versionData = {
|
||||
"shortSHA": "0c024beb7",
|
||||
"SHA": "0c024beb7779e247322cca3efe0bdb3b2dbe7ccb",
|
||||
"shortSHA": "57ee7dd7c",
|
||||
"SHA": "57ee7dd7cf01a33e68fc9752e5e9257bb7f9058e",
|
||||
"branch": "feature/agenda-api-peter",
|
||||
"lastCommitAuthor": "'Peter Maquiran'",
|
||||
"lastCommitTime": "'Fri Jul 12 17:06:06 2024 +0100'",
|
||||
"lastCommitMessage": "fix notification",
|
||||
"lastCommitNumber": "5866",
|
||||
"changeStatus": "On branch feature/agenda-api-peter\nYour branch is up to date with 'origin/feature/agenda-api-peter'.\n\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.html\n\tmodified: src/app/services/native-notification.service.ts\n\tmodified: src/app/services/notification/notifications.service.ts\n\tmodified: src/app/services/notifications.service.ts\n\tmodified: src/app/services/task.service.ts\n\tmodified: src/app/shared/event/attendee-modal/attendee-modal.page.ts\n\tmodified: version/git-version.ts",
|
||||
"lastCommitTime": "'Mon Jul 15 12:52:21 2024 +0100'",
|
||||
"lastCommitMessage": "fix input filter",
|
||||
"lastCommitNumber": "5867",
|
||||
"changeStatus": "On branch feature/agenda-api-peter\nYour branch is up to date with 'origin/feature/agenda-api-peter'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/expediente/book-meeting-modal/book-meeting-modal.page.ts\n\tmodified: src/app/shared/agenda/approve-event/approve-event.page.ts",
|
||||
"changeAuthor": "peter.maquiran"
|
||||
}
|
||||
Reference in New Issue
Block a user