-
-
-
-
{{ post.createdAt | date:'dd.MM.YYYY' }}
-
{{ post.ownerName }}
-
-
-
{{ post.headline }}
-
-
-
-
-
-
-
+
+
+
+
+
+
-
{{ comment.createdAt | date:'dd.MM.YYYY' }}
-
{{ comment.ownerName }}
+
{{ post.createdAt | date:'dd.MM.YYYY' }}
+
{{ post.ownerName }}
-
+
{{ post.headline }}
+
+
+
+
+
+
+
+
+
+
{{ comment.createdAt | date:'dd.MM.YYYY' }}
+
{{ comment.ownerName }}
+
+
+
-
-
-
-
- {{ 'basic.hide-comments' | translate }}
- {{ 'basic.show-comments' | translate }}
-
-
{{'basic.comment-it' | translate}}
+
+
+ {{ 'basic.hide-comments' | translate }}
+ {{ 'basic.show-comments' | translate }}
+
+ {{'basic.comment-it' | translate}}
+
+
0" class="rounded-1"
+ [pageSizeOptions]="[10,20,30]"
+ [length]="postsLength"
+ (page)="postsHandlePageEvent($event)"
+ [pageSize]="postsPageSize"
+ [pageIndex]="postsPageIndex"
+ showFirstLastButtons>
+
-
0" class="rounded-1"
- [pageSizeOptions]="[10,20,30]"
- [length]="postsLength"
- (page)="postsHandlePageEvent($event)"
- [pageSize]="postsPageSize"
- [pageIndex]="postsPageIndex"
- showFirstLastButtons>
-
-
+
diff --git a/matsen-tool/src/app/contacts/contacts-detail/contacts-detail.component.ts b/matsen-tool/src/app/contacts/contacts-detail/contacts-detail.component.ts
index d749a78..d456358 100644
--- a/matsen-tool/src/app/contacts/contacts-detail/contacts-detail.component.ts
+++ b/matsen-tool/src/app/contacts/contacts-detail/contacts-detail.component.ts
@@ -127,6 +127,8 @@ export class ContactsDetailComponent implements OnInit, AfterViewInit {
let posting: PostJsonld = {} as PostJsonld;
posting.contact = this.contact.id ?? null;
posting.partner = this.contact.partner ?? null;
+ // TODO: REAL PRODUCT
+ posting.product = "/api/products/101";
modalRefPosting.componentInstance.posting = posting;
modalRefPosting.componentInstance.submit.subscribe((modalStatus: ModalStatus) => {
if (modalStatus === ModalStatus.Submitted) {
diff --git a/matsen-tool/src/app/home/home.component.html b/matsen-tool/src/app/home/home.component.html
index 55d4e42..b8d07aa 100644
--- a/matsen-tool/src/app/home/home.component.html
+++ b/matsen-tool/src/app/home/home.component.html
@@ -61,66 +61,65 @@
-
-
-
{{'user.my' | translate}} {{'basic.tasks' | translate}}
-
-
-
-
-
-
{{task.partnerName}}
-
- {{ task.dueAt | date:'dd.MM.YYYY':'GMT+0000' }}
-
-
- {{task.headline}}
-
-