fix message

This commit is contained in:
Peter Maquiran
2023-02-01 18:03:08 +01:00
parent d61b70bbd0
commit 31d151ebf0
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ export class ForwardPage implements OnInit {
"AttachmentList" :docs,
}
this.processes.CompleteParecerPrTask(body).subscribe(res=>{
this.toastService._successMessage('Processo delegado');
this.toastService._successMessage('Processo Reencaminhado');
this.goBack();
},
(error)=>{
+6 -6
View File
@@ -1,12 +1,12 @@
export let versionData = {
"shortSHA": "b5953c851",
"SHA": "b5953c8519022235a0489832b07145c61d5290b4",
"shortSHA": "d61b70bbd",
"SHA": "d61b70bbd0783c626e987ae839cba7e7a9fba168",
"branch": "no_bug_movemente1",
"lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Wed Feb 1 13:22:22 2023 +0100'",
"lastCommitMessage": "fix Expediente and break line",
"lastCommitNumber": "4703",
"lastCommitTime": "'Wed Feb 1 17:24:30 2023 +0100'",
"lastCommitMessage": "fix expediente cant list and marcar reuniao",
"lastCommitNumber": "4704",
"change": "",
"changeStatus": "On branch no_bug_movemente1\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/modals/document-set-up-meeting/document-set-up-meeting.page.ts\n\tmodified: src/app/services/rules/event.service.ts\n\tmodified: src/app/shared/gabinete-digital/expedients/expedients.page.ts\n\tmodified: src/app/shared/popover/event-details-documents-options/event-details-documents-options.page.scss",
"changeStatus": "On branch no_bug_movemente1\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/modals/forward/forward.page.ts",
"changeAuthor": "peter.maquiran"
}