This commit is contained in:
Peter Maquiran
2023-08-15 15:19:23 +01:00
parent 08f51343fa
commit 403c8c9543
2 changed files with 7 additions and 7 deletions
@@ -51,7 +51,7 @@
<!-- Current --> <!-- Current -->
<div class="ion-item-container-no-border mb-20" *ngIf="!( publication.FileBase64 == 'data:image/jpg;base64,null' || publication.FileBase64 == '' ) && !capturedImage"> <div class="ion-item-container-no-border mb-20" *ngIf="publication && !( publication.FileBase64 == 'data:image/jpg;base64,null' || publication.FileBase64 == '' ) && !capturedImage">
<!-- <ion-label class="attached-title pb-10">Fotografia Anexada</ion-label> --> <!-- <ion-label class="attached-title pb-10">Fotografia Anexada</ion-label> -->
<div class="d-flex justify-content-between"> <div class="d-flex justify-content-between">
<div class="d-flex"> <div class="d-flex">
+6 -6
View File
@@ -1,12 +1,12 @@
export let versionData = { export let versionData = {
"shortSHA": "20c53993b", "shortSHA": "08f51343f",
"SHA": "20c53993bfe98bcea0e84b80dbede56f84a267a5", "SHA": "08f51343fa8b4dd628fdb9a06cb25c662fb9886a",
"branch": "developer", "branch": "developer",
"lastCommitAuthor": "'Peter Maquiran'", "lastCommitAuthor": "'Peter Maquiran'",
"lastCommitTime": "'Tue Aug 15 12:03:37 2023 +0100'", "lastCommitTime": "'Tue Aug 15 15:17:27 2023 +0100'",
"lastCommitMessage": "update", "lastCommitMessage": "fix",
"lastCommitNumber": "5159", "lastCommitNumber": "5160",
"change": "", "change": "",
"changeStatus": "On branch developer\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/agenda/agenda.page.scss\n\tmodified: src/app/pages/gabinete-digital/despachos/despacho/despacho.page.html\n\tmodified: src/app/pages/publications/new-publication/new-publication.page.html\n\tmodified: src/app/services/task.service.ts\n\tmodified: src/app/shared/popover/event-details-documents-options/event-details-documents-options.page.html\n\tmodified: src/global.scss", "changeStatus": "On branch developer\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/shared/publication/new-publication/new-publication.page.html",
"changeAuthor": "peter.maquiran" "changeAuthor": "peter.maquiran"
} }