This commit is contained in:
Peter Maquiran
2023-07-27 13:36:38 +01:00
parent 7481437ad7
commit c8fe85930b
2 changed files with 9 additions and 9 deletions
@@ -53,10 +53,10 @@
</ion-label> </ion-label>
</ion-item> </ion-item>
</div> </div>
<div *ngIf="fulltask.workflowInstanceDataFields.TaskMessage"> <div *ngIf="task.Note">
<h5 class="font-17-rem">Detalhes</h5> <h5 class="font-17-rem">Detalhes</h5>
<ion-item class="ion-no-margin ion-no-padding"> <ion-item class="ion-no-margin ion-no-padding">
<pre class="width-100 text">{{ fulltask.workflowInstanceDataFields.TaskMessage }} </pre> <pre class="width-100 text">{{ task.Note }} </pre>
</ion-item> </ion-item>
</div> </div>
</div> </div>
+7 -7
View File
@@ -1,12 +1,12 @@
export let versionData = { export let versionData = {
"shortSHA": "ec3ebb3f7", "shortSHA": "7481437ad",
"SHA": "ec3ebb3f7fda08fd432f6f333554e7560af79066", "SHA": "7481437ad7d36007bf8f7a9b1f8f3bf8dcd4dca1",
"branch": "developer-catch-merge", "branch": "developer-catch-merge",
"lastCommitAuthor": "'Lorito Tiago'", "lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Thu Jul 27 13:02:18 2023 +0100'", "lastCommitTime": "'Thu Jul 27 13:19:34 2023 +0100'",
"lastCommitMessage": "merge", "lastCommitMessage": "fix search",
"lastCommitNumber": "5115", "lastCommitNumber": "5116",
"change": "", "change": "",
"changeStatus": "On branch developer-catch-merge\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/despachos/despacho/despacho.page.html\n\tmodified: src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.html\n\tmodified: src/app/pages/gabinete-digital/expedientes-pr/expediente-pr/expediente-pr.page.html\n\tmodified: src/app/pages/search/search.page.html\n\tmodified: src/app/pages/search/search.page.ts", "changeStatus": "On branch developer-catch-merge\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/despachos/despacho/despacho.page.html",
"changeAuthor": "peter.maquiran" "changeAuthor": "peter.maquiran"
} }