mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
profile picture done
This commit is contained in:
@@ -194,8 +194,8 @@
|
||||
*ngIf="desktopComponent.showAddNewPublication"
|
||||
class="height-100 d-flex flex-column overflow-hidden background-white flex-grow-1"
|
||||
[publicationType]="publicationType"
|
||||
[publication]="publication"
|
||||
[folderId]="folderId"
|
||||
[documentId]="documentId"
|
||||
|
||||
(closeDesktopComponent)="closeDesktopComponent($event)"
|
||||
(goBacktoPublicationDetails)="goBacktoPublicationDetails()"
|
||||
|
||||
@@ -48,6 +48,7 @@ export class PublicationsPage implements OnInit {
|
||||
}
|
||||
|
||||
folderId: string;
|
||||
documentId: any
|
||||
// data set from child component
|
||||
publicationType: any;
|
||||
publicationId: string;
|
||||
@@ -386,6 +387,7 @@ export class PublicationsPage implements OnInit {
|
||||
}
|
||||
|
||||
this.publication = publication;
|
||||
this.documentId = publication?.DocumentId
|
||||
this.desktopComponent.showAddNewPublication = true;
|
||||
}
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
<div class="post-img">
|
||||
<img [lazyLoad]="publication.FileBase64">
|
||||
</div>
|
||||
<div class="post-content px-20">
|
||||
<div class="post-content">
|
||||
<div class="post-title-time">
|
||||
<div class="post-title font-15-em">
|
||||
<ion-label>{{publication.Title}}</ion-label>
|
||||
|
||||
Reference in New Issue
Block a user