mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
new erro hendle
This commit is contained in:
@@ -160,6 +160,9 @@ export class HttpErrorHandle {
|
|||||||
case 'Draft Concluído':
|
case 'Draft Concluído':
|
||||||
this.toastService._successMessage('Documento Concluído!');
|
this.toastService._successMessage('Documento Concluído!');
|
||||||
break;
|
break;
|
||||||
|
case 'new event to aprove':
|
||||||
|
this.toastService._successMessage('Enviado para os eventos para aprovação!');
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
this.toastService._successMessage('Processo efetuado!')
|
this.toastService._successMessage('Processo efetuado!')
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "62ecf2947",
|
"shortSHA": "90e01839b",
|
||||||
"SHA": "62ecf2947b816de625b3edc6338b4a4b5df08b09",
|
"SHA": "90e01839b7f38ed5a568a0e24fa0970836a1ce2b",
|
||||||
"branch": "developer-prod",
|
"branch": "developer-prod",
|
||||||
"lastCommitAuthor": "'Eudes Inácio'",
|
"lastCommitAuthor": "'Eudes Inácio'",
|
||||||
"lastCommitTime": "'Thu Aug 31 13:16:40 2023 +0100'",
|
"lastCommitTime": "'Thu Aug 31 16:39:13 2023 +0100'",
|
||||||
"lastCommitMessage": "white text on aprove event",
|
"lastCommitMessage": "time picker of create secret grupo remove 0 minutes",
|
||||||
"lastCommitNumber": "5254",
|
"lastCommitNumber": "5255",
|
||||||
"change": "",
|
"change": "",
|
||||||
"changeStatus": "On branch developer-prod\nYour branch is up to date with 'origin/developer-prod'.\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/chat/edit-group/edit-group.page.ts\n\tmodified: src/app/pages/chat/new-group/new-group.page.ts\n\tmodified: src/app/shared/chat/edit-group/edit-group.page.ts\n\tmodified: src/app/shared/chat/new-group/new-group.page.ts",
|
"changeStatus": "On branch developer-prod\nYour branch is ahead of 'origin/developer-prod' by 1 commit.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/services/http-error-handle.service.ts",
|
||||||
"changeAuthor": "eudes.inacio"
|
"changeAuthor": "eudes.inacio"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user