mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
12 lines
1.9 KiB
TypeScript
12 lines
1.9 KiB
TypeScript
export let versionData = {
|
|
"shortSHA": "bd13431c6",
|
|
"SHA": "bd13431c6a721b71bebe7c9d362de827240d8ccc",
|
|
"branch": "feature/gabineteLabels",
|
|
"lastCommitAuthor": "'Peter Maquiran'",
|
|
"lastCommitTime": "'Mon Apr 17 16:40:17 2023 +0100'",
|
|
"lastCommitMessage": "fix agenda",
|
|
"lastCommitNumber": "4913",
|
|
"change": "diff --git a/src/app/shared/gabinete-digital/all-processes/all-processes.page.ts b/src/app/shared/gabinete-digital/all-processes/all-processes.page.ts\nindex 8e8a91b87..0012d26fc 100644\n--- a/src/app/shared/gabinete-digital/all-processes/all-processes.page.ts\n+++ b/src/app/shared/gabinete-digital/all-processes/all-processes.page.ts\n@@ -61,8 +61,6 @@ export class AllProcessesPage implements OnInit {\n \n \n checkFilter() {\n-\n- console.log(this.router.url)\n if(this.router.url.includes('ForToDay')) {\n this.filterName = 'Para hoje'\n } else if (this.router.url.includes('OverdueTasks')) {\n@@ -71,8 +69,6 @@ export class AllProcessesPage implements OnInit {\n this.filterName = 'Novos'\n } else if (this.router.url.includes('unread')) {\n this.filterName = 'Não lidos'\n- } else {\n- console.log('else uiuuiu')\n }\n }",
|
|
"changeStatus": "On branch feature/gabineteLabels\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/gabinete-digital.page.ts\n\tmodified: src/app/services/task.service.ts\n\tmodified: src/app/shared/gabinete-digital/all-processes/all-processes.page.html\n\tmodified: src/app/shared/gabinete-digital/all-processes/all-processes.page.ts\n\nChanges not staged for commit:\n (use \"git add <file>...\" to update what will be committed)\n (use \"git restore <file>...\" to discard changes in working directory)\n\tmodified: src/app/shared/gabinete-digital/all-processes/all-processes.page.ts",
|
|
"changeAuthor": "peter.maquiran"
|
|
} |