mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix
This commit is contained in:
@@ -216,14 +216,14 @@ export class NewEventPage implements OnInit {
|
|||||||
|
|
||||||
this.setIntervenient.emit(this.taskParticipants);
|
this.setIntervenient.emit(this.taskParticipants);
|
||||||
this.setIntervenientCC.emit(this.taskParticipantsCc);
|
this.setIntervenientCC.emit(this.taskParticipantsCc);
|
||||||
|
|
||||||
|
this.setDefaultTime();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
this.date = new Date(2021,9,4,5,6,7);
|
this.date = new Date(2021,9,4,5,6,7);
|
||||||
|
|
||||||
this.injectValidation();
|
this.injectValidation();
|
||||||
this.setDefaultTime();
|
|
||||||
this.changeAgenda()
|
this.changeAgenda()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "7cef2d2a4",
|
"shortSHA": "64857d043",
|
||||||
"SHA": "7cef2d2a49979fcbe1c6755db24517e823f749f8",
|
"SHA": "64857d043f55c9794a491192819bfe6e1f034caf",
|
||||||
"branch": "developer-catch-merge",
|
"branch": "developer-catch-merge",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Mon Jul 31 11:03:22 2023 +0100'",
|
"lastCommitTime": "'Mon Jul 31 14:35:51 2023 +0100'",
|
||||||
"lastCommitMessage": "add loader for tiny",
|
"lastCommitMessage": "fix",
|
||||||
"lastCommitNumber": "5122",
|
"lastCommitNumber": "5123",
|
||||||
"change": "",
|
"change": "",
|
||||||
"changeStatus": "On branch developer-catch-merge\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/despachos/despacho/despacho.page.html",
|
"changeStatus": "On branch developer-catch-merge\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/shared/agenda/new-event/new-event.page.ts",
|
||||||
"changeAuthor": "peter.maquiran"
|
"changeAuthor": "peter.maquiran"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user