diff --git a/src/app/shared/header/header.page.ts b/src/app/shared/header/header.page.ts index f3df46a4d..0e3682fce 100644 --- a/src/app/shared/header/header.page.ts +++ b/src/app/shared/header/header.page.ts @@ -65,9 +65,11 @@ export class HeaderPage implements OnInit { if(event.notification == "recive") { console.log('header', event.notification) this.notificationLength++ + window['headerupdate']() } else if(event.notification == "deleted") { console.log('header', event.notification) this.notificationLength-- + window['headerupdate']() } }); diff --git a/version/git-version.ts b/version/git-version.ts index f8181e39e..20cae3c7a 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,12 +1,12 @@ export let versionData = { - "shortSHA": "2ae96bda0", - "SHA": "2ae96bda02a39833995bc6005d5107a70d720b08", + "shortSHA": "7743bdbe7", + "SHA": "7743bdbe743b9bc218b41830448d02e3b63f21a4", "branch": "developer-prod", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Tue Aug 22 08:35:44 2023 +0100'", - "lastCommitMessage": "fix date picker", - "lastCommitNumber": "5191", + "lastCommitTime": "'Tue Aug 22 09:16:02 2023 +0100'", + "lastCommitMessage": "merge", + "lastCommitNumber": "5196", "change": "", - "changeStatus": "On branch developer-prod\nAll conflicts fixed but you are still merging.\n (use \"git commit\" to conclude merge)\n\nChanges to be committed:\n\tmodified: src/app/modals/profile/profile.page.html\n\tmodified: src/app/modals/profile/profile.page.ts\n\tmodified: src/app/pages/agenda/agenda.page.html\n\tmodified: src/assets/images/ministro.png\n\tmodified: src/assets/images/presidente.png", + "changeStatus": "On branch developer-prod\nAll conflicts fixed but you are still merging.\n (use \"git commit\" to conclude merge)\n\nChanges to be committed:\n\tmodified: src/app/shared/header/header.page.ts\n\tmodified: version/git-version.ts", "changeAuthor": "peter.maquiran" } \ No newline at end of file