new erro hendle

This commit is contained in:
Eudes Inácio
2023-08-31 17:35:39 +01:00
parent 90e01839b7
commit 9de3019446
2 changed files with 9 additions and 6 deletions
@@ -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!')
+6 -6
View File
@@ -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"
} }